summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/hotlist_old.c11
-rw-r--r--desktop/hotlist_old.h1
2 files changed, 0 insertions, 12 deletions
diff --git a/desktop/hotlist_old.c b/desktop/hotlist_old.c
index ad2404584..b09ace3c9 100644
--- a/desktop/hotlist_old.c
+++ b/desktop/hotlist_old.c
@@ -49,17 +49,6 @@ bool hotlist_old_initialise(struct tree *tree, const char *hotlist_path,
/**
- * Get flags with which the hotlist tree should be created;
- *
- * \return the flags
- */
-unsigned int hotlist_old_get_tree_flags(void)
-{
- return TREE_HOTLIST;
-}
-
-
-/**
* Deletes the global history tree and saves the hotlist.
* \param hotlist_path the path where the hotlist should be saved
*/
diff --git a/desktop/hotlist_old.h b/desktop/hotlist_old.h
index 487b336f0..b063677ca 100644
--- a/desktop/hotlist_old.h
+++ b/desktop/hotlist_old.h
@@ -39,7 +39,6 @@
*/
bool hotlist_old_initialise(struct tree *tree, const char *hotlist_path, const char* folder_icon_name);
-unsigned int hotlist_old_get_tree_flags(void);
void hotlist_old_cleanup(const char *hotlist_path);