summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index 0bcd7bc01..da6216f64 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -242,8 +242,6 @@ void treeview_redraw(struct treeview *tree, int x, int y, struct rect *clip,
void treeview_mouse_action(struct treeview *tree,
browser_mouse_state mouse, int x, int y);
-struct treeview_node * treeview_get_root(struct treeview *tree);
-
/**
* Determine whether treeview has a selection
*