summaryrefslogtreecommitdiffstats
path: root/src/gui_motif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r--src/gui_motif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c
index ef3747d8d2..564c0bb074 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -1906,9 +1906,7 @@ gui_mch_set_scrollbar_colors(scrollbar_T *sb)
if (gui.scroll_fg_pixel != INVALCOLOR)
XtVaSetValues(sb->id,
XmNforeground, gui.scroll_fg_pixel,
-#if (XmVersion<1002)
XmNbackground, gui.scroll_fg_pixel,
-#endif
NULL);
}