From 9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 14:39:04 +0100 Subject: Use TREE_HISTORY directly. --- desktop/history_global_core.c | 11 ----------- desktop/history_global_core.h | 1 - 2 files changed, 12 deletions(-) (limited to 'desktop') 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 @@ -51,17 +51,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. */ diff --git a/desktop/history_global_core.h b/desktop/history_global_core.h index 7b8e6823a..0e6168235 100644 --- a/desktop/history_global_core.h +++ b/desktop/history_global_core.h @@ -25,7 +25,6 @@ #include "desktop/tree.h" bool history_global_initialise(struct tree *tree, const char* folder_icon_name); -unsigned int history_global_get_tree_flags(void); void history_global_cleanup(void); bool history_global_export(const char *path); -- cgit v1.2.3