]> git.saurik.com Git - wxWidgets.git/commitdiff
remove GetImageList(int)
authorChris Elliott <biol75@york.ac.uk>
Fri, 28 Oct 2005 14:05:49 +0000 (14:05 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 28 Oct 2005 14:05:49 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/treectrl.h
src/msw/treectrl.cpp

index d671445587b0c12a03f8dae03fe92f56c5e44102..8fc4f90d278562346c7504d2012c0028928c8c74 100644 (file)
@@ -192,8 +192,7 @@ public:
     wxDEPRECATED( void ExpandItem(const wxTreeItemId& item, int action) );
 
         // use Set/GetImageList and Set/GetStateImageList
-//    This appears to hide base class GetImageList()
-//    wxDEPRECATED( wxImageList *GetImageList(int) const );
+        // Use base class GetImageList()
     wxDEPRECATED( void SetImageList(wxImageList *imageList, int) );
 
     // use Set/GetItemImage directly
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);