From 932765df961ce1a46a87bececfca78d2e157d1fc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 26 Mar 2007 21:09:25 +0000 Subject: Remove collusion between window, menus and search code in order to clear search selection state - this should happen automagically through wimp_event callbacks now. Also tidy search.c so I can read it better ;) svn path=/trunk/netsurf/; revision=3227 --- riscos/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index a7df00b5b..50c821dd6 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -191,7 +191,6 @@ void ro_gui_debugwin_open(void); void ro_gui_search_init(void); void ro_gui_search_prepare(struct gui_window *g); bool ro_gui_search_prepare_menu(void); -void ro_gui_search_end(wimp_w w); /* in print.c */ void ro_gui_print_init(void); -- cgit v1.2.3