aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}