aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplay.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-22 17:10:37 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-22 17:10:37 +0000
commitc10847366966274e04fa9f56532c899081a7f503 (patch)
tree05b188895e146ae7a4a11be8881d4d0934bdeb8e /GraphDisplay.c
parentbc2811a3815aa0d19c284f89073f2c55b09f6587 (diff)
remove dead code
Diffstat (limited to 'GraphDisplay.c')
-rw-r--r--GraphDisplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/GraphDisplay.c b/GraphDisplay.c
index 9cab2da..c91b45e 100644
--- a/GraphDisplay.c
+++ b/GraphDisplay.c
@@ -117,11 +117,11 @@ SetValues(Widget old,
XtReleaseGC(new, oldgd->graphDisplay.gc);
newgd->graphDisplay.gc = GetGC(newgd);
}
+#undef NE
if (XtIsRealized(XtParent((Widget)newgd)))
XClearArea(XtDisplayOfObject(new),
XtWindowOfObject(new), 0, 0, 0, 0, True);
-#undef NE
return False;
}