diff options
Diffstat (limited to 'src/message.c')
-rw-r--r-- | src/message.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/message.c b/src/message.c index 1411126c21..89bd787d5c 100644 --- a/src/message.c +++ b/src/message.c @@ -126,8 +126,7 @@ int msg(char_u *s) return msg_attr_keep(s, 0, FALSE); } -#if defined(FEAT_EVAL) || defined(FEAT_X11) || defined(USE_XSMP) \ - || defined(FEAT_GUI_GTK) || defined(PROTO) +#if defined(FEAT_EVAL) || defined(FEAT_GUI_GTK) || defined(PROTO) /* * Like msg() but keep it silent when 'verbosefile' is set. */ |