diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 14:39:39 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 14:39:39 -0400 |
commit | 6d8fdafd54d429fcd7e7bf3c2d872b874f8f2bd5 (patch) | |
tree | cec4ff35f5cfe2ad3defe719d46b522c4f76fa68 /parser.c | |
parent | f5976b2fcc735460987b35aa9d3e7863c119cdf9 (diff) |
remove invalid FIXME
Diffstat (limited to 'parser.c')
-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(); } |