summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 18:57:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 18:57:43 +0100
commite9f65ff9cb60c94b43d4b875892918b90fb2a067 (patch)
tree355d18c889447484aef0afe46f0ec8d227d7e18d /riscos
parent4473f4b8a8b929c4c5e9dac3013da75f7c66865f (diff)
downloadnetsurf-e9f65ff9cb60c94b43d4b875892918b90fb2a067.tar.gz
netsurf-e9f65ff9cb60c94b43d4b875892918b90fb2a067.tar.bz2
Remove cookies, history_global, and hotlist_old _initialise and _cleanup functions.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/cookies.c6
-rw-r--r--riscos/global_history.c5
-rw-r--r--riscos/gui.c3
-rw-r--r--riscos/hotlist.c6
4 files changed, 0 insertions, 20 deletions
diff --git a/riscos/cookies.c b/riscos/cookies.c
index 1eb084f98..eb74f515e 100644
--- a/riscos/cookies.c
+++ b/riscos/cookies.c
@@ -117,12 +117,6 @@ void ro_gui_cookies_postinitialise(void)
ro_toolbar_update_client_data(cookies_window.toolbar,
cookies_window.tv);
- /* Initialise the cookies into the tree. */
-
- cookies_initialise(ro_treeview_get_tree(cookies_window.tv),
- NULL, NULL);
-
-
/* Build the cookies window menu. */
static const struct ns_menu cookies_definition = {
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 = {
diff --git a/riscos/gui.c b/riscos/gui.c
index c402b887b..39a34de9a 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -932,9 +932,6 @@ void gui_quit(void)
urldb_save_cookies(nsoption_charp(cookie_jar));
urldb_save(nsoption_charp(url_save));
ro_gui_window_quit();
- history_global_cleanup();
- cookies_cleanup();
- hotlist_old_cleanup(nsoption_charp(hotlist_save));
ro_gui_saveas_quit();
rufl_quit();
free(gui_sprites);
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index 28bac8371..721e532bb 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -141,12 +141,6 @@ void ro_gui_hotlist_postinitialise(void)
ro_toolbar_update_client_data(hotlist_window.toolbar,
hotlist_window.tv);
- /* Initialise the hotlist into the tree. */
-
- hotlist_old_initialise(ro_treeview_get_tree(hotlist_window.tv),
- nsoption_charp(hotlist_path), NULL);
-
-
/* Build the hotlist window menu. */
static const struct ns_menu hotlist_definition = {