From c6a5109a95c1206ccf63d99316fa12b8c43bb7cf Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 18 Dec 2012 01:10:20 +0100 Subject: Preparing for merge... --- atari/history.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'atari/history.h') 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 -- cgit v1.2.3