From 9df30eb78fc024448c39182a5d9fb0053c6ef137 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 31 Dec 2016 00:43:06 +0000 Subject: Update local history window to use event callback --- frontends/amiga/history_local.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'frontends/amiga/history_local.h') diff --git a/frontends/amiga/history_local.h b/frontends/amiga/history_local.h index 284da3422..97aea0579 100755 --- a/frontends/amiga/history_local.h +++ b/frontends/amiga/history_local.h @@ -24,15 +24,7 @@ struct gui_window; struct gui_globals; - -struct history_window { - struct nsObject *node; - struct Window *win; - Object *objects[GID_LAST]; - struct gui_window *gw; - struct Hook scrollerhook; - struct gui_globals *gg; -}; +struct history_window; /** * Open history window. @@ -42,7 +34,5 @@ struct history_window { void ami_history_open(struct gui_window *gw); void ami_history_close(struct history_window *hw); -BOOL ami_history_event(struct history_window *hw); - #endif -- cgit v1.2.3