remove tree_pop method

This commit is contained in:
Miguel Michelson 2016-05-27 21:41:35 -03:00
parent cdb7a929ee
commit a1ba49af43

View File

@ -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