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/menus.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'riscos/menus.c') diff --git a/riscos/menus.c b/riscos/menus.c index 2c753220d..ee4fc1254 100644 --- a/riscos/menus.c +++ b/riscos/menus.c @@ -252,8 +252,6 @@ void ro_gui_menu_selection(wimp_selection *selection) case 0: /* Open URL... */ break; case 1: /* Home */ - browser_window_go(current_gui->data.browser.bw, - HOME_URL); break; case 2: /* Back */ history_back(current_gui->data.browser.bw, -- cgit v1.2.3