summaryrefslogtreecommitdiff
path: root/desktop/cookies_old.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 18:57:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 18:57:43 +0100
commite9f65ff9cb60c94b43d4b875892918b90fb2a067 (patch)
tree355d18c889447484aef0afe46f0ec8d227d7e18d /desktop/cookies_old.h
parent4473f4b8a8b929c4c5e9dac3013da75f7c66865f (diff)
downloadnetsurf-e9f65ff9cb60c94b43d4b875892918b90fb2a067.tar.gz
netsurf-e9f65ff9cb60c94b43d4b875892918b90fb2a067.tar.bz2
Remove cookies, history_global, and hotlist_old _initialise and _cleanup functions.
Diffstat (limited to 'desktop/cookies_old.h')
-rw-r--r--desktop/cookies_old.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/cookies_old.h b/desktop/cookies_old.h
index 78998bcc1..dba5f1710 100644
--- a/desktop/cookies_old.h
+++ b/desktop/cookies_old.h
@@ -27,10 +27,6 @@
#include "desktop/tree.h"
-bool cookies_initialise(struct tree *tree, const char* folder_icon_name, const char* cookie_icon_name);
-
-void cookies_cleanup(void);
-
void cookies_delete_selected(void);
void cookies_delete_all(void);
void cookies_select_all(void);