summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-31 00:43:06 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-31 00:43:06 +0000
commit9df30eb78fc024448c39182a5d9fb0053c6ef137 (patch)
treee7c573b98770c6631370279393aa3c4a5dbd1de0 /frontends/amiga/history_local.h
parentd8eec1b048fe7c7cac4a0bd3bb4f31203524ee79 (diff)
downloadnetsurf-9df30eb78fc024448c39182a5d9fb0053c6ef137.tar.gz
netsurf-9df30eb78fc024448c39182a5d9fb0053c6ef137.tar.bz2
Update local history window to use event callback
Diffstat (limited to 'frontends/amiga/history_local.h')
-rwxr-xr-xfrontends/amiga/history_local.h12
1 files changed, 1 insertions, 11 deletions
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