From 6d8fdafd54d429fcd7e7bf3c2d872b874f8f2bd5 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Tue, 16 Oct 2012 14:39:39 -0400 Subject: remove invalid FIXME --- parser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/parser.c b/parser.c index 61c3dc2..2288685 100644 --- a/parser.c +++ b/parser.c @@ -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(); } -- cgit