summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 18:57:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 18:57:43 +0100
commite9f65ff9cb60c94b43d4b875892918b90fb2a067 (patch)
tree355d18c889447484aef0afe46f0ec8d227d7e18d /atari/history.c
parent4473f4b8a8b929c4c5e9dac3013da75f7c66865f (diff)
downloadnetsurf-e9f65ff9cb60c94b43d4b875892918b90fb2a067.tar.gz
netsurf-e9f65ff9cb60c94b43d4b875892918b90fb2a067.tar.bz2
Remove cookies, history_global, and hotlist_old _initialise and _cleanup functions.
Diffstat (limited to 'atari/history.c')
-rwxr-xr-xatari/history.c2
1 files changed, 0 insertions, 2 deletions
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));