Remove unnecessary wxBusyCursor from the treectrl sample

This was added way back in 618a5e382a (Applied Greg's patch to tree
control and related., 2001-08-18) for some reason, but probably was
never needed and definitely isn't any more.
This commit is contained in:
Vadim Zeitlin
2021-11-07 21:15:02 +00:00
parent c777a34d78
commit e293a3a6e3

View File

@@ -978,7 +978,6 @@ void MyTreeCtrl::CreateImageList(int size)
wxImageList *images = new wxImageList(size, size, true);
// should correspond to TreeCtrlIcon_xxx enum
wxBusyCursor wait;
wxIcon icons[5];
if (m_alternateImages)