aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-18 16:45:06 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-18 16:45:06 +0000
commit7f3938b62fa4e6b8c1e3409d1e89143e548584d6 (patch)
tree816d1d8601b4dd1a3487bd2342a5956ae607e335
parent1d95aaae57f555f8b6930cf223316fb2ab6fc430 (diff)
remove dead code
-rw-r--r--Sgraph.c6
1 files changed, 0 insertions, 6 deletions
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;