summaryrefslogtreecommitdiffstats
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui.h b/src/gui.h
index f1a9e64046..90047c38fc 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -8,12 +8,10 @@
*/
#ifdef FEAT_GUI_MOTIF
-# define FEAT_GUI_X11
# include <Xm/Xm.h>
#endif
#ifdef FEAT_GUI_ATHENA
-# define FEAT_GUI_X11
# include <X11/Intrinsic.h>
# include <X11/StringDefs.h>
#endif