diff --git a/include/wx/list.h b/include/wx/list.h index 6d32116b1c..cc58fe04f8 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -496,12 +496,6 @@ protected: void *data, const wxListKey& key = wxDefaultListKey) = 0; - - // ctors - // from a sequence of objects - wxListBase(void *object, ... /* terminate with NULL */); - -protected: void Assign(const wxListBase& list) { Clear(); DoCopy(list); }