summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index a4919e981..e0c8e39d8 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -964,13 +964,6 @@ bool global_history_has_selection(void)
/* Exported interface, documented in global_history.h */
-int global_history_get_height(void)
-{
- return treeview_get_height(gh_ctx.tree);
-}
-
-
-/* Exported interface, documented in global_history.h */
nserror global_history_expand(bool only_folders)
{
return treeview_expand(gh_ctx.tree, only_folders);