From 37cf5807433b3d71204bd9413d5a46d21a1e322a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 27 Feb 2004 14:09:15 +0000 Subject: [project @ 2004-02-27 14:09:15 by bursa] Implement option_language. svn path=/import/netsurf/; revision=574 --- riscos/dialog.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'riscos/dialog.c') diff --git a/riscos/dialog.c b/riscos/dialog.c index 7ba79591e..6f47f2dea 100644 --- a/riscos/dialog.c +++ b/riscos/dialog.c @@ -233,8 +233,6 @@ void ro_gui_dialog_click_config(wimp_pointer *pointer) void ro_gui_dialog_click_config_br(wimp_pointer *pointer) { - struct browser_window* bw; - switch (pointer->i) { case ICON_CONFIG_BR_OK: if (pointer->buttons == wimp_CLICK_SELECT) @@ -320,8 +318,6 @@ void ro_gui_dialog_click_config_prox(wimp_pointer *pointer) void ro_gui_dialog_click_config_th(wimp_pointer *pointer) { - struct browser_window* bw; - switch (pointer->i) { case ICON_CONFIG_TH_OK: if (pointer->buttons == wimp_CLICK_SELECT) -- cgit v1.2.3