summaryrefslogtreecommitdiff
path: root/desktop/hotlist_old.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 12:53:47 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 12:53:47 +0100
commit452c89aa8345f6478d61313ba47860c49ec82a58 (patch)
treed6c87e6221db474c5d00a67c269e65e9a3a79542 /desktop/hotlist_old.h
parent6a4a297b2f21fdac7f7fcc6b37754786d57a7b9d (diff)
downloadnetsurf-452c89aa8345f6478d61313ba47860c49ec82a58.tar.gz
netsurf-452c89aa8345f6478d61313ba47860c49ec82a58.tar.bz2
Remove unused hotlist_old_visited.
Diffstat (limited to 'desktop/hotlist_old.h')
-rw-r--r--desktop/hotlist_old.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/hotlist_old.h b/desktop/hotlist_old.h
index 776bef290..487b336f0 100644
--- a/desktop/hotlist_old.h
+++ b/desktop/hotlist_old.h
@@ -42,7 +42,6 @@ bool hotlist_old_initialise(struct tree *tree, const char *hotlist_path, const c
unsigned int hotlist_old_get_tree_flags(void);
void hotlist_old_cleanup(const char *hotlist_path);
-void hotlist_old_visited(struct hlcache_handle *c);
bool hotlist_old_export(const char *path);
void hotlist_old_edit_selected(void);