summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-09 15:38:01 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-09 15:38:01 +0100
commit7411356b3b105000ee734df3fae8dabb9437ba47 (patch)
tree1a1f39638c39511f758d5d1385485c59d5051c61
parentaf89fdb38aad37414000290a0c52390c11df84b9 (diff)
parent38a9c374a4685c6b06625e63c3e305101e531d81 (diff)
downloadnetsurf-7411356b3b105000ee734df3fae8dabb9437ba47.tar.gz
netsurf-7411356b3b105000ee734df3fae8dabb9437ba47.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
-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