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 ----------- 1 file changed, 11 deletions(-) (limited to 'desktop/history_global_core.c') 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. */ -- cgit v1.2.3