remove GetImageList(int)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2005-10-28 14:05:49 +00:00
parent 7dab17dd7a
commit bb0d2f0379
2 changed files with 1 additions and 9 deletions

View 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);