summaryrefslogtreecommitdiff
path: root/atari/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/hotlist.h')
-rwxr-xr-xatari/hotlist.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/atari/hotlist.h b/atari/hotlist.h
index 858d1a1bf..ed965a5a7 100755
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -41,10 +41,7 @@ void hotlist_close( void );
void hotlist_destroy( void );
void atari_hotlist_add_page( const char * url, const char * title );
-inline void hotlist_redraw( void );
-inline void hotlist_redraw( void )
-{
- atari_treeview_redraw( hl.tv );
-}
+void hotlist_redraw( void );
+
#endif