From bba33ea0a0764bf9f5903b031cb36604c4314a69 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 19 Sep 2014 11:25:39 +0000 Subject: remove dead code --- Sgraph.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'Sgraph.c') diff --git a/Sgraph.c b/Sgraph.c index 8a567f0..b1be364 100644 --- a/Sgraph.c +++ b/Sgraph.c @@ -234,24 +234,6 @@ Redisplay(Widget w, XEvent *event, Region r) if (!XtIsRealized(w)) return; - //warnx("Redisplay"); - - /* - XFillRectangle(XtDisplay(sw), XtWindow(sw), sw->sgraph.backGC, - BORDER, BORDER, - width - 2 * BORDER, height - 2 * BORDER); - XFillRectangle(XtDisplay(sw), XtWindow(sw), sw->sgraph.backGC, - width + BORDER, BORDER, - width - 2 * BORDER, height - 2 * BORDER); - */ - - //warnx("%lf : %lf" , sw->sgraph.leftData[0], sw->sgraph.rightData[0]); - - /* - XFillRectangle(XtDisplay(sw), sw->sgraph.bg, sw->sgraph.backGC, - 0, 0, width, height); - */ - bottom = sw->core.height; for (x = 0; x < sw->sgraph.size / 2; x++) { -- cgit v1.2.3