summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xatari/history.c11
-rw-r--r--desktop/browser.h2
2 files changed, 0 insertions, 13 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};
diff --git a/desktop/browser.h b/desktop/browser.h
index 368e34476..a78735806 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -325,8 +325,6 @@ void hotlist_visited(struct hlcache_handle *c);
/* In platform specific global_history.c. */
void global_history_add(const char *url);
-void global_history_add_recent(const char *url);
-char **global_history_get_recent(int *count);
/* In platform specific theme_install.c. */
#ifdef WITH_THEME_INSTALL