summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 14:39:39 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 14:39:39 -0400
commit6d8fdafd54d429fcd7e7bf3c2d872b874f8f2bd5 (patch)
treecec4ff35f5cfe2ad3defe719d46b522c4f76fa68
parentf5976b2fcc735460987b35aa9d3e7863c119cdf9 (diff)
remove invalid FIXME
-rw-r--r--parser.c2
1 files changed, 0 insertions, 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();
}