insert was not correctly implemented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-09-25 16:59:07 +00:00
parent 683e36bccc
commit 9469cc5a32

View 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: