From 7f3938b62fa4e6b8c1e3409d1e89143e548584d6 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 18 Sep 2014 16:45:06 +0000 Subject: remove dead code --- Sgraph.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Sgraph.c') diff --git a/Sgraph.c b/Sgraph.c index 3251384..444750e 100644 --- a/Sgraph.c +++ b/Sgraph.c @@ -250,12 +250,6 @@ Redisplay(Widget w, XEvent *event, Region r) 0, 0, width, height); */ - /* - XDrawLine(XtDisplay(sw), sw->sgraph.backBuf, sw->sgraph.foreGC, - 0, height / 2, 2 * width, height / 2); - XDrawLine(XtDisplay(sw), sw->sgraph.backBuf, sw->sgraph.foreGC, - 0, height / 2 + height, 2 * width, height / 2 + height); - */ for (x = 0; x < sw->sgraph.size; x++) { if (x > width) yl = sw->sgraph.leftData[x] * height / 2; -- cgit v1.2.3