summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.h')
-rwxr-xr-xatari/history.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/atari/history.h b/atari/history.h
index 2935793ac..3ea2621bf 100755
--- a/atari/history.h
+++ b/atari/history.h
@@ -39,11 +39,8 @@ void global_history_destroy( void );
void global_history_open( void );
void global_history_close( void );
-inline void global_history_redraw( void );
-inline void global_history_redraw( void )
-{
- atari_treeview_redraw( gl_history.tv );
-}
+void global_history_redraw( void );
+
#endif