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);