]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
[wxWidgets.git] / src / msw / treectrl.cpp
index 7f17ef8bbbefb274fdf3c2b9b1df7f486cf7c33a..0be3c82ae3a437d79a07e86dd3bffd5a0584c85b 100644 (file)
@@ -3243,14 +3243,5 @@ int wxTreeCtrl::GetState(const wxTreeItemId& node)
     return STATEIMAGEMASKTOINDEX(tvi.state);
 }
 
-#if WXWIN_COMPATIBILITY_2_2
-
-wxTreeItemId wxTreeCtrl::GetParent(const wxTreeItemId& item) const
-{
-    return GetItemParent( item );
-}
-
-#endif  // WXWIN_COMPATIBILITY_2_2
-
 #endif // wxUSE_TREECTRL