]> git.saurik.com Git - wxWidgets.git/commitdiff
insert was not correctly implemented
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 25 Sep 2004 16:59:07 +0000 (16:59 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 25 Sep 2004 16:59:07 +0000 (16:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/listbox.h

index f94cff95b9c781dc719c9651a1fa0e76d7441568..d5aa80277db3cff8447bdea33ebf517410ab02ee 100644 (file)
@@ -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: