From e9f65ff9cb60c94b43d4b875892918b90fb2a067 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 18:57:43 +0100 Subject: Remove cookies, history_global, and hotlist_old _initialise and _cleanup functions. --- riscos/global_history.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'riscos/global_history.c') diff --git a/riscos/global_history.c b/riscos/global_history.c index a3ab0896d..3a060c02d 100644 --- a/riscos/global_history.c +++ b/riscos/global_history.c @@ -122,11 +122,6 @@ void ro_gui_global_history_postinitialise(void) ro_toolbar_update_client_data(global_history_window.toolbar, global_history_window.tv); - /* Initialise the global history into the tree. */ - - history_global_initialise( - ro_treeview_get_tree(global_history_window.tv), NULL); - /* Build the global history window menu. */ static const struct ns_menu global_history_definition = { -- cgit v1.2.3