summaryrefslogtreecommitdiff
path: root/desktop/hotlist_old.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist_old.h')
-rw-r--r--desktop/hotlist_old.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/hotlist_old.h b/desktop/hotlist_old.h
index b063677ca..9e88d847e 100644
--- a/desktop/hotlist_old.h
+++ b/desktop/hotlist_old.h
@@ -30,18 +30,6 @@
#include "desktop/tree.h"
-/**
- * Initialise the hotlist from a frontend.
- *
- * \param tree The tree object which holds the hotlist.
- * \param hotlist_path The file path to initialise the hotlist entries from.
- * \param folder_icon_name The name to use for folder icons.
- */
-bool hotlist_old_initialise(struct tree *tree, const char *hotlist_path, const char* folder_icon_name);
-
-void hotlist_old_cleanup(const char *hotlist_path);
-
-
bool hotlist_old_export(const char *path);
void hotlist_old_edit_selected(void);
void hotlist_old_delete_selected(void);