Removed deletion of m_selections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-06-22 22:53:39 +00:00
parent f0edd8249f
commit ab22cb9a01

View File

@@ -258,8 +258,6 @@ wxListBox::~wxListBox(void)
delete m_aItems[uiCount];
}
#endif
DELETEA(m_selections);
}
void wxListBox::SetupColours(void)