From f477fd257023c0c0a464e3cc4d5ff0bd49a5c469 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 3 Sep 2013 14:44:53 +0100 Subject: Remove height getters from treeview client modules API. --- desktop/hotlist.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'desktop/hotlist.c') diff --git a/desktop/hotlist.c b/desktop/hotlist.c index 70453ccd9..9f981387c 100644 --- a/desktop/hotlist.c +++ b/desktop/hotlist.c @@ -1420,13 +1420,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) { -- cgit v1.2.3