summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:39:04 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:39:04 +0100
commit9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab (patch)
treed589c3fd6e28b098a831816695d463e3493ced0c /desktop
parent128fdbec438f951348eb70829ab90b423e271d66 (diff)
downloadnetsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.gz
netsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.bz2
Use TREE_HISTORY directly.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/history_global_core.c11
-rw-r--r--desktop/history_global_core.h1
2 files changed, 0 insertions, 12 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)
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);