aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-21 00:25:01 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-21 00:25:01 +0000
commitbc2811a3815aa0d19c284f89073f2c55b09f6587 (patch)
tree5a31eae71c909d26071f7d1ee09228838de3287b
parent5156f71da610b0fa7847e7d2ceeacb25f40e2c89 (diff)
indent
-rw-r--r--GraphDisplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/GraphDisplay.c b/GraphDisplay.c
index 8a0abd6..9cab2da 100644
--- a/GraphDisplay.c
+++ b/GraphDisplay.c
@@ -113,7 +113,6 @@ SetValues(Widget old,
GraphDisplayObject newgd = (GraphDisplayObject) new;
#define NE(field) (newgd->field != oldgd->field)
-
if (NE(graphDisplay.foreground) || NE(graphDisplay.font->fid)) {
XtReleaseGC(new, oldgd->graphDisplay.gc);
newgd->graphDisplay.gc = GetGC(newgd);
@@ -123,7 +122,6 @@ SetValues(Widget old,
XClearArea(XtDisplayOfObject(new),
XtWindowOfObject(new), 0, 0, 0, 0, True);
#undef NE
-
return False;
}