removed deprecated InsertItem() overload because it masked all the other ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1678,19 +1678,6 @@ wxTreeItemId wxTreeCtrl::DoInsertAfter(const wxTreeItemId& parent,
|
||||
// for compatibility only
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
|
||||
wxTreeItemId wxTreeCtrl::InsertItem(const wxTreeItemId& parent,
|
||||
const wxString& text,
|
||||
int image, int selImage,
|
||||
long insertAfter)
|
||||
{
|
||||
return DoInsertAfter(parent,
|
||||
wxTreeItemId(wxUIntToPtr(insertAfter)),
|
||||
text,
|
||||
image,
|
||||
selImage,
|
||||
NULL);
|
||||
}
|
||||
|
||||
wxImageList *wxTreeCtrl::GetImageList(int) const
|
||||
{
|
||||
return wxTreeCtrlBase::GetImageList();
|
||||
|
Reference in New Issue
Block a user