mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 15:08:36 +00:00
remove tree_pop method
This commit is contained in:
parent
cdb7a929ee
commit
a1ba49af43
@ -507,9 +507,6 @@ impl<'ui> Ui<'ui> {
|
||||
pub fn tree_node<'p>(&self, id: ImStr<'p>) -> TreeNode<'ui, 'p> {
|
||||
TreeNode::new(id)
|
||||
}
|
||||
pub fn tree_pop<'p>(&self){
|
||||
unsafe { imgui_sys::igTreePop() };
|
||||
}
|
||||
}
|
||||
|
||||
// Widgets: Menus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user