aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Sgraph.c')
-rw-r--r--Sgraph.c18
1 files changed, 0 insertions, 18 deletions
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++) {