]> git.saurik.com Git - wxWidgets.git/commit
Remove DestroyTreeHelper(), make GetChildNodes() const, add RemoveChild().
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 27 Aug 2011 16:44:42 +0000 (16:44 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 27 Aug 2011 16:44:42 +0000 (16:44 +0000)
commita2d3c415d79ab3a90239b2fcfe9767800e56462d
tree456806d6cfab8e275e417d9d9b09d7edcca3bbf2
parentc2c89730e2509cbb7c3df61ad566b700ec641d61
Remove DestroyTreeHelper(), make GetChildNodes() const, add RemoveChild().

There's no reason for DestroyTreeHelper() code, that's what destructors
are for.  On a related note, make removal of children from a node more
explicit too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/datavgen.cpp