]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed deletion of m_selections
authorJulian Smart <julian@anthemion.co.uk>
Mon, 22 Jun 1998 22:53:39 +0000 (22:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 22 Jun 1998 22:53:39 +0000 (22:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/listbox.cpp

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