From bc2811a3815aa0d19c284f89073f2c55b09f6587 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 21 Sep 2014 00:25:01 +0000 Subject: indent --- GraphDisplay.c | 2 -- 1 file changed, 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; } -- cgit v1.2.3