summaryrefslogtreecommitdiff
path: root/frontends/atari/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/atari/history.c')
-rw-r--r--frontends/atari/history.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/atari/history.c b/frontends/atari/history.c
index ec602684f..100d1a192 100644
--- a/frontends/atari/history.c
+++ b/frontends/atari/history.c
@@ -36,11 +36,10 @@ struct atari_global_history_s atari_global_history;
/* Setup Atari Treeview Callbacks: */
static nserror
-atari_global_history_init_phase2(struct core_window *cw,
- struct core_window_callback_table *cb_t)
+atari_global_history_init_phase2(struct core_window *cw)
{
NSLOG(netsurf, INFO, "cw %p", cw);
- return(global_history_init(cb_t, cw));
+ return(global_history_init(cw));
}
static void atari_global_history_finish(struct core_window *cw)