summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
Diffstat (limited to 'atari')
-rwxr-xr-xatari/history.c2
-rwxr-xr-xatari/hotlist.c7
2 files changed, 0 insertions, 9 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));
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));