summaryrefslogtreecommitdiff
path: root/tk/xlib/xdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'tk/xlib/xdraw.c')
-rw-r--r--tk/xlib/xdraw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tk/xlib/xdraw.c b/tk/xlib/xdraw.c
index 05738d068b4..2655915b3c2 100644
--- a/tk/xlib/xdraw.c
+++ b/tk/xlib/xdraw.c
@@ -80,4 +80,3 @@ XFillRectangle(display, d, gc, x, y, width, height)
rectangle.height = height;
XFillRectangles(display, d, gc, &rectangle, 1);
}
-