summaryrefslogtreecommitdiff
path: root/desktop/cookies_old.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cookies_old.c')
-rw-r--r--desktop/cookies_old.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/desktop/cookies_old.c b/desktop/cookies_old.c
index bd3adece6..7981e910e 100644
--- a/desktop/cookies_old.c
+++ b/desktop/cookies_old.c
@@ -39,31 +39,6 @@
#include "utils/url.h"
#include "utils/utils.h"
-/**
- * Initialises cookies tree.
- *
- * \param data user data for the callbacks
- * \param start_redraw callback function called before every redraw
- * \param end_redraw callback function called after every redraw
- * \return true on success, false on memory exhaustion
- */
-bool cookies_initialise(struct tree *tree, const char* folder_icon_name, const char* cookie_icon_name)
-{
-
- if (tree == NULL)
- return false;
-
- return true;
-}
-
-
-/**
- * Free memory and release all other resources.
- */
-void cookies_cleanup(void)
-{
-}
-
/* Actions to be connected to front end specific toolbars */
/**