From: Stefan Csomor Date: Sat, 25 Sep 2004 16:59:07 +0000 (+0000) Subject: insert was not correctly implemented X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9469cc5a321a48aba8919e12e233020b9a2e9cee?ds=sidebyside insert was not correctly implemented git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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: