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/history.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'atari/history.c') diff --git a/atari/history.c b/atari/history.c index da923a494..97636e294 100755 --- a/atari/history.c +++ b/atari/history.c @@ -127,7 +127,6 @@ bool atari_global_history_init( void ) return( false ); } - history_global_initialise(gl_history.tv->tree, "dir.png"); gl_history.init = true; } return( true ); @@ -141,7 +140,6 @@ void atari_global_history_destroy( void ) return; } if( gl_history.window != NULL ) { - history_global_cleanup(); if( gl_history.open ) atari_global_history_close(); wind_delete(gemtk_wm_get_handle(gl_history.window)); -- cgit v1.2.3