From 9469cc5a321a48aba8919e12e233020b9a2e9cee Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 25 Sep 2004 16:59:07 +0000 Subject: [PATCH] insert was not correctly implemented git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/listbox.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/mac/carbon/listbox.h b/include/wx/mac/carbon/listbox.h index f94cff95b9..d5aa80277d 100644 --- a/include/wx/mac/carbon/listbox.h +++ b/include/wx/mac/carbon/listbox.h @@ -138,8 +138,6 @@ public: wxArrayString m_stringArray ; wxListDataArray m_dataArray ; wxArrayInt m_selectionPreImage ; - wxArrayLong m_idArray ; - wxUint32 m_nextId ; void MacSetRedraw( bool doDraw ) ; protected: -- 2.50.0