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. --- amiga/cookies.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'amiga/cookies.c') diff --git a/amiga/cookies.c b/amiga/cookies.c index c1f886804..0c3e9081c 100755 --- a/amiga/cookies.c +++ b/amiga/cookies.c @@ -26,14 +26,10 @@ void ami_cookies_initialise(void) cookies_window = ami_tree_create(TREE_COOKIES, NULL); if(!cookies_window) return; - - cookies_initialise(ami_tree_get_tree(cookies_window), - NULL, NULL); } void ami_cookies_free() { - cookies_cleanup(); ami_tree_destroy(cookies_window); cookies_window = NULL; } -- cgit v1.2.3