summaryrefslogtreecommitdiff
path: root/desktop/cookies_old.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 13:06:40 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 13:06:40 +0100
commit81b2a859c0f9f145be16fb4f9b11df84ada3a1b8 (patch)
tree849409ed6d9ef3da6861acfac8a2313eac98bb30 /desktop/cookies_old.h
parent452c89aa8345f6478d61313ba47860c49ec82a58 (diff)
downloadnetsurf-81b2a859c0f9f145be16fb4f9b11df84ada3a1b8.tar.gz
netsurf-81b2a859c0f9f145be16fb4f9b11df84ada3a1b8.tar.bz2
Reduce old cookie manager to skeleton.
Diffstat (limited to 'desktop/cookies_old.h')
-rw-r--r--desktop/cookies_old.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop/cookies_old.h b/desktop/cookies_old.h
index 18ba65801..5f401d462 100644
--- a/desktop/cookies_old.h
+++ b/desktop/cookies_old.h
@@ -32,24 +32,6 @@ struct cookie_data;
bool cookies_initialise(struct tree *tree, const char* folder_icon_name, const char* cookie_icon_name);
unsigned int cookies_get_tree_flags(void);
-/**
- * Perform cookie updates and addition. The update is only scheduled here.
- * The actual update is performed in the callback function.
- *
- * \param data Data of cookie being updated.
- * \return true (for urldb_iterate_entries)
- */
-bool cookies_schedule_update(const struct cookie_data *data);
-
-/**
- * Remove a cookie from the active set.
- * The cookie is to be removed from the active set and no futher
- * references made to the cookie data.
- *
- * \param data Data of cookie being removed.
- */
-void cookies_remove(const struct cookie_data *data);
-
void cookies_cleanup(void);
void cookies_delete_selected(void);