From 9379a64c6dfab6046ba56b8cdb299c4da3d6c3f2 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 30 Dec 2016 00:59:12 +0000 Subject: Start tidying up Amiga event-handling code As we used a shared message port, we call different event-handling functions for different window types. This changes that so we register the event-handler as a callback so we can handle event processing for all windows generically. Currently the main browser window and find window use the new approach, so the handling still has a long list of window types. This should also make window_list private to gui.c --- frontends/amiga/search.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'frontends/amiga/search.h') diff --git a/frontends/amiga/search.h b/frontends/amiga/search.h index c0c6f01a3..f30352cd5 100755 --- a/frontends/amiga/search.h +++ b/frontends/amiga/search.h @@ -31,11 +31,6 @@ struct gui_search_table *amiga_search_table; */ void ami_search_open(struct gui_window *gwin); -/** - * Process search events - */ -BOOL ami_search_event(void); - /** * Close search */ -- cgit v1.2.3