summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-03 14:44:53 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-03 14:44:53 +0100
commitf477fd257023c0c0a464e3cc4d5ff0bd49a5c469 (patch)
tree5dc4108ceb02e81dbee90d803228718fcc703f3c /desktop/hotlist.c
parentb9e3f7ae3d8164f6a7037028af96a88b03a277b9 (diff)
downloadnetsurf-f477fd257023c0c0a464e3cc4d5ff0bd49a5c469.tar.gz
netsurf-f477fd257023c0c0a464e3cc4d5ff0bd49a5c469.tar.bz2
Remove height getters from treeview client modules API.
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 70453ccd9..9f981387c 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -1421,13 +1421,6 @@ void hotlist_edit_selection(void)
/* Exported interface, documented in hotlist.h */
-int hotlist_get_height(void)
-{
- return treeview_get_height(hl_ctx.tree);
-}
-
-
-/* Exported interface, documented in hotlist.h */
nserror hotlist_expand(bool only_folders)
{
return treeview_expand(hl_ctx.tree, only_folders);