From 03068f9ee31a7d5dd51c393c41c719c1d8e096b6 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 30 Jul 2021 04:45:05 +0200 Subject: [PATCH] Removed the last leftovers of IDM_CONFIG_LOAD and IDM_CONFIG_SAVE, should fix compile. --- src/win/win_ui.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/win/win_ui.c b/src/win/win_ui.c index 251892832..8ee6e16ba 100644 --- a/src/win/win_ui.c +++ b/src/win/win_ui.c @@ -258,12 +258,6 @@ video_set_filter_menu(HMENU menu) static void ResetAllMenus(void) { -#ifndef DEV_BRANCH - /* FIXME: until we fix these.. --FvK */ - EnableMenuItem(menuMain, IDM_CONFIG_LOAD, MF_DISABLED); - EnableMenuItem(menuMain, IDM_CONFIG_SAVE, MF_DISABLED); -#endif - CheckMenuItem(menuMain, IDM_ACTION_RCTRL_IS_LALT, MF_UNCHECKED); CheckMenuItem(menuMain, IDM_ACTION_KBD_REQ_CAPTURE, MF_UNCHECKED);