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. --- gtk/hotlist.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk/hotlist.c') diff --git a/gtk/hotlist.c b/gtk/hotlist.c index 3a0bae9cf..618d9d42f 100644 --- a/gtk/hotlist.c +++ b/gtk/hotlist.c @@ -133,9 +133,6 @@ bool nsgtk_hotlist_init(const char *glade_file_location) CONNECT(window, "delete_event", gtk_widget_hide_on_delete, NULL); CONNECT(window, "hide", nsgtk_tree_window_hide, hotlist_window); - - hotlist_old_initialise(nsgtk_treeview_get_tree(hotlist_window), - nsoption_charp(hotlist_path), NULL); nsgtk_hotlist_init_menu(); @@ -168,7 +165,6 @@ void nsgtk_hotlist_init_menu(void) void nsgtk_hotlist_destroy(void) { /* TODO: what about gladeFile? */ - hotlist_old_cleanup(nsoption_charp(hotlist_path)); nsgtk_treeview_destroy(hotlist_window); } -- cgit v1.2.3