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/cookies.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk/cookies.c') diff --git a/gtk/cookies.c b/gtk/cookies.c index 7a199e7e3..4c56563a2 100644 --- a/gtk/cookies.c +++ b/gtk/cookies.c @@ -123,9 +123,6 @@ bool nsgtk_cookies_init(const char *glade_file_location) CONNECT(window, "delete_event", gtk_widget_hide_on_delete, NULL); CONNECT(window, "hide", nsgtk_tree_window_hide, cookies_window); - - cookies_initialise(nsgtk_treeview_get_tree(cookies_window), - NULL, NULL); nsgtk_cookies_init_menu(); @@ -156,7 +153,6 @@ void nsgtk_cookies_init_menu() void nsgtk_cookies_destroy(void) { /* TODO: what about gladeFile? */ - cookies_cleanup(); nsgtk_treeview_destroy(cookies_window); } -- cgit v1.2.3