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