summaryrefslogtreecommitdiff
path: root/desktop/hotlist_old.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:42:53 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:42:53 +0100
commit46e569c481f1c5196fd90b05bd801809355f2d84 (patch)
tree17aa70b93456e4a1a60ae951d723d0e0e14e5a26 /desktop/hotlist_old.c
parent9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab (diff)
downloadnetsurf-46e569c481f1c5196fd90b05bd801809355f2d84.tar.gz
netsurf-46e569c481f1c5196fd90b05bd801809355f2d84.tar.bz2
Use TREE_HOTLIST directly.
Diffstat (limited to 'desktop/hotlist_old.c')
-rw-r--r--desktop/hotlist_old.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/hotlist_old.c b/desktop/hotlist_old.c
index ad2404584..b09ace3c9 100644
--- a/desktop/hotlist_old.c
+++ b/desktop/hotlist_old.c
@@ -49,17 +49,6 @@ bool hotlist_old_initialise(struct tree *tree, const char *hotlist_path,
/**
- * Get flags with which the hotlist tree should be created;
- *
- * \return the flags
- */
-unsigned int hotlist_old_get_tree_flags(void)
-{
- return TREE_HOTLIST;
-}
-
-
-/**
* Deletes the global history tree and saves the hotlist.
* \param hotlist_path the path where the hotlist should be saved
*/