From 81b2a859c0f9f145be16fb4f9b11df84ada3a1b8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 13:06:40 +0100 Subject: Reduce old cookie manager to skeleton. --- desktop/cookies_old.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'desktop/cookies_old.h') 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); -- cgit v1.2.3