]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
Spelling fixes from Andreas Mohr (patch #1360064)
[wxWidgets.git] / src / msw / treectrl.cpp
index 0394ff22e9c3a5f4fc9101554ea7b72cfcb50179..e0a4d592b30188881323538e4314d748be507e52 100644 (file)
@@ -1678,13 +1678,6 @@ wxTreeItemId wxTreeCtrl::DoInsertAfter(const wxTreeItemId& parent,
 // for compatibility only
 #if WXWIN_COMPATIBILITY_2_4
 
-/* This appears to hide base class GetImageList()
-wxImageList *wxTreeCtrl::GetImageList(int) const
-{
-    return wxTreeCtrlBase::GetImageList();
-}
-*/
-
 void wxTreeCtrl::SetImageList(wxImageList *imageList, int)
 {
     SetImageList(imageList);