summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 3ade63113b..5e8fbe2a80 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -2609,11 +2609,7 @@ show_tabline_popup_menu(void)
POINT pt;
// When ignoring events don't show the menu.
- if (hold_gui_events
-# ifdef FEAT_CMDWIN
- || cmdwin_type != 0
-# endif
- )
+ if (hold_gui_events || cmdwin_type != 0)
return;
tab_pmenu = CreatePopupMenu();