undid change accidentally committed as part of r57093 but which didn't have anything to do with it and resulted in #10253

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-22 13:34:12 +00:00
parent 4b5e178a4c
commit ae322a4870
2 changed files with 10 additions and 10 deletions

View File

@@ -242,10 +242,8 @@ private:
// the common part of all ctors
void Init();
// helper functions: DoGetItem() doesn't work for hidden virtual root item
// while DoGetPossiblyRootItem() does
// helper functions
bool DoGetItem(wxTreeViewItem *tvItem) const;
bool DoGetPossiblyRootItem(wxTreeViewItem *tvItem) const;
void DoSetItem(wxTreeViewItem *tvItem);
void DoExpand(const wxTreeItemId& item, int flag);