summaryrefslogtreecommitdiff
path: root/desktop/history_global_core.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 13:15:07 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 13:15:07 +0100
commit29328e50774c7ec3d755ed96777938f03bd1b367 (patch)
treef2d67b85238a77202b4f77027960a282c9b4ba24 /desktop/history_global_core.h
parentec3547ec9d34e6fbc48437fc2d24ff778c82209b (diff)
downloadnetsurf-29328e50774c7ec3d755ed96777938f03bd1b367.tar.gz
netsurf-29328e50774c7ec3d755ed96777938f03bd1b367.tar.bz2
Reduce to skeleton.
Diffstat (limited to 'desktop/history_global_core.h')
-rw-r--r--desktop/history_global_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/history_global_core.h b/desktop/history_global_core.h
index 9bf5a0bcd..7b8e6823a 100644
--- a/desktop/history_global_core.h
+++ b/desktop/history_global_core.h
@@ -28,8 +28,6 @@ bool history_global_initialise(struct tree *tree, const char* folder_icon_name);
unsigned int history_global_get_tree_flags(void);
void history_global_cleanup(void);
-void history_global_add(nsurl *url);
-
bool history_global_export(const char *path);
void history_global_delete_selected(void);
void history_global_delete_all(void);