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. --- atari/hotlist.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'atari/hotlist.c') diff --git a/atari/hotlist.c b/atari/hotlist.c index 75732a6e9..9211f3c4f 100755 --- a/atari/hotlist.c +++ b/atari/hotlist.c @@ -139,12 +139,6 @@ void atari_hotlist_init(void) return; } - hotlist_old_initialise( - hl.tv->tree, - (char*)&hl.path, - "dir.png" - ); - } else { } @@ -189,7 +183,6 @@ void atari_hotlist_destroy(void) return; } if( hl.window != NULL ) { - hotlist_old_cleanup( (char*)&hl.path ); if (hl.open) atari_hotlist_close(); wind_delete(gemtk_wm_get_handle(hl.window)); -- cgit v1.2.3