From 80ae7c78b32171a3fec22cdb363b4594f2c8fa8e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 29 May 2009 23:02:13 +0000 Subject: Remove redundant variable svn path=/trunk/netsurf/; revision=7634 --- riscos/help.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'riscos/help.c') diff --git a/riscos/help.c b/riscos/help.c index 463cb0d70..6d5efe974 100644 --- a/riscos/help.c +++ b/riscos/help.c @@ -94,7 +94,6 @@ void ro_gui_interactive_help_request(wimp_message *message) help_full_message_request *message_data; wimp_w window; wimp_i icon; - struct gui_window *g; unsigned int index; bool greyed = false; wimp_menu *test_menu; @@ -139,7 +138,7 @@ void ro_gui_interactive_help_request(wimp_message *message) i = ro_gui_tree_help(message_data->pos.x, message_data->pos.y); sprintf(message_token, (i >= 0) ? "HelpTree%i" :"HelpCookies%i", i); - } else if ((g = ro_gui_window_lookup(window)) != NULL) + } else if (ro_gui_window_lookup(window) != NULL) sprintf(message_token, "HelpBrowser%i", (int)icon); /* if we've managed to find something so far then we broadcast it */ -- cgit v1.2.3