aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 8a219c5da16..93610d90921 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2458,12 +2458,6 @@ x_scroll_bar_expose (bar, event)
2458 /* x, y, width, height */ 2458 /* x, y, width, height */
2459 0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1); 2459 0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1);
2460 2460
2461 /* Draw another line to make the extra-thick border on the right. */
2462 XFillRectangle (x_current_display, w, gc,
2463
2464 /* x, y, width, height */
2465 XINT (bar->width) - 2, 1, 1, XINT (bar->height) - 2);
2466
2467 UNBLOCK_INPUT; 2461 UNBLOCK_INPUT;
2468} 2462}
2469 2463