aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Sgraph.c')
-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;