diff options
-rw-r--r-- | parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1075,8 +1075,6 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer /* update display if it wasn't a query, and if the control menu isn't on (this gives the user a chance to press "Go To Local" to override control */ - - // FIXME - not sure that exception works any more if (!is_query && !(globals.MenuStatus.Selected_Submenu==Submenu1_rem_loc && globals.MenuStatus.Type_Of_Menu==Submenu_On)) { Show_Main_Menu(); } |