summaryrefslogtreecommitdiff
path: root/desktop/history_global_core.c
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/history_global_core.c
parent128fdbec438f951348eb70829ab90b423e271d66 (diff)
downloadnetsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.gz
netsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.bz2
Use TREE_HISTORY directly.
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)