summaryrefslogtreecommitdiff
path: root/desktop/history_global_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_global_core.c')
-rw-r--r--desktop/history_global_core.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c
index 8c46516cb..cb889dc11 100644
--- a/desktop/history_global_core.c
+++ b/desktop/history_global_core.c
@@ -52,17 +52,6 @@ bool history_global_initialise(struct tree *tree, const char* folder_icon_name)
/**
- * Get flags with which the global history tree should be created;
- *
- * \return the flags
- */
-unsigned int history_global_get_tree_flags(void)
-{
- return TREE_HISTORY;
-}
-
-
-/**
* Deletes the global history tree.
*/
void history_global_cleanup(void)