]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
rename wxRendererNative::DrawRadioButton() to DrawOptionButton() to avoid conflict...
[wxWidgets.git] / include / wx / msw / treectrl.h
index 60abe8cbf8889317ce9174236f1b93fa1b02bf9a..ad8d31210d6f4ba2575c6257c521ce0a92a5a7d4 100644 (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);