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/hotlist.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'amiga/hotlist.c') diff --git a/amiga/hotlist.c b/amiga/hotlist.c index fa93b46aa..1b195b4ea 100755 --- a/amiga/hotlist.c +++ b/amiga/hotlist.c @@ -60,16 +60,12 @@ void ami_hotlist_initialise(const char *hotlist_file) hotlist_window = ami_tree_create(TREE_HOTLIST, NULL); if(!hotlist_window) return; - - hotlist_old_initialise(ami_tree_get_tree(hotlist_window), - hotlist_file, NULL); ami_hotlist_add_default_dirs(ami_tree_get_tree(hotlist_window)); } void ami_hotlist_free(const char *hotlist_file) { - hotlist_old_cleanup(hotlist_file); ami_tree_destroy(hotlist_window); hotlist_window = NULL; } -- cgit v1.2.3