summaryrefslogtreecommitdiff
path: root/desktop/cookies_old.h
diff options
context:
space:
mode:
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);