mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Remove unused function.
This commit is contained in:
parent
1f3265f2a5
commit
ec02cf9e4c
@ -1551,12 +1551,3 @@ nserror treeview_fini(void)
|
||||
|
||||
return NSERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
struct treeview_node * treeview_get_root(struct treeview *tree)
|
||||
{
|
||||
assert(tree != NULL);
|
||||
assert(tree->root != NULL);
|
||||
|
||||
return tree->root;
|
||||
}
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user