X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/062ccd654add88043b41546f18ee62039209836f..747d7d7c159a57015d7aa9d844f834b78f613272:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index 2c1fd19ad9..15535b3552 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -574,8 +574,6 @@ void wxListBase::DeleteNodes(wxNodeBase* first, wxNodeBase* last) // wxList (a.k.a. wxObjectList) // ----------------------------------------------------------------------------- -IMPLEMENT_DYNAMIC_CLASS(wxList, wxObject) - wxList::wxList( int key_type ) : wxObjectList( (wxKeyType)key_type ) { @@ -596,8 +594,6 @@ static inline wxChar* MYcopystring(const wxChar* s) return wxStrcpy(copy, s); } -IMPLEMENT_DYNAMIC_CLASS(wxStringList, wxObject) - // instead of WX_DEFINE_LIST(wxStringListBase) we define this function // ourselves void wxStringListNode::DeleteData()