summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-18 01:10:20 +0100
committerOle Loots <ole@monochrom.net>2012-12-18 01:10:20 +0100
commitc6a5109a95c1206ccf63d99316fa12b8c43bb7cf (patch)
treeb967622841c027122d9a3970705c0cce675e5249 /atari/history.h
parent59a44380a6951b220c91d109532c24ecc7148361 (diff)
downloadnetsurf-c6a5109a95c1206ccf63d99316fa12b8c43bb7cf.tar.gz
netsurf-c6a5109a95c1206ccf63d99316fa12b8c43bb7cf.tar.bz2
Preparing for merge...
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