summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/cookies_old.c11
-rw-r--r--desktop/cookies_old.h1
2 files changed, 0 insertions, 12 deletions
diff --git a/desktop/cookies_old.c b/desktop/cookies_old.c
index c944d358b..bd3adece6 100644
--- a/desktop/cookies_old.c
+++ b/desktop/cookies_old.c
@@ -58,17 +58,6 @@ bool cookies_initialise(struct tree *tree, const char* folder_icon_name, const c
/**
- * Get flags with which the cookies tree should be created;
- *
- * \return the flags
- */
-unsigned int cookies_get_tree_flags(void)
-{
- return TREE_COOKIES;
-}
-
-
-/**
* Free memory and release all other resources.
*/
void cookies_cleanup(void)
diff --git a/desktop/cookies_old.h b/desktop/cookies_old.h
index 47194ff42..78998bcc1 100644
--- a/desktop/cookies_old.h
+++ b/desktop/cookies_old.h
@@ -28,7 +28,6 @@
#include "desktop/tree.h"
bool cookies_initialise(struct tree *tree, const char* folder_icon_name, const char* cookie_icon_name);
-unsigned int cookies_get_tree_flags(void);
void cookies_cleanup(void);