Macro cleanup: FEAT_GUI_MSWIN

This commit is contained in:
Hettomei 2015-05-08 14:44:05 +02:00 committed by Justin M. Keyes
parent 9b58fc6986
commit 28d39db171

View File

@ -1320,8 +1320,7 @@ void ex_emenu(exarg_T *eap)
EMSG2(_("E335: Menu not defined for %s mode"), mode);
}
#if defined(FEAT_GUI_MSWIN) \
|| defined(FEAT_BEVAL_TIP)
#if defined(FEAT_BEVAL_TIP)
/*
* Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy.
*/