From 38a9c374a4685c6b06625e63c3e305101e531d81 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 9 Oct 2012 15:26:32 +0100 Subject: Remove unused functions. --- atari/history.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'atari/history.c') diff --git a/atari/history.c b/atari/history.c index d658fcb76..ad5deb2bd 100755 --- a/atari/history.c +++ b/atari/history.c @@ -43,17 +43,6 @@ extern char * tree_directory_icon_name; struct s_atari_global_history gl_history; -void global_history_add_recent( const char *url ) -{ - -} - -char **global_history_get_recent( int *count ) -{ - return NULL; -} - - void global_history_open( void ) { GRECT pos = {app.w - (app.w/3), app.y, app.w/3, app.h/2}; -- cgit v1.2.3