summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-09 15:26:32 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-09 15:26:32 +0100
commit38a9c374a4685c6b06625e63c3e305101e531d81 (patch)
tree9e258c8dc2c35863b87739c625d9cbb555cb42c9 /atari
parent4945eeac2f01bdaa82b2bb11f7335ba7112692e1 (diff)
downloadnetsurf-38a9c374a4685c6b06625e63c3e305101e531d81.tar.gz
netsurf-38a9c374a4685c6b06625e63c3e305101e531d81.tar.bz2
Remove unused functions.
Diffstat (limited to 'atari')
-rwxr-xr-xatari/history.c11
1 files changed, 0 insertions, 11 deletions
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};