Remove unimplemented wxListBase ctor declaration

This commit is contained in:
Paul Cornett
2019-02-17 18:26:17 -08:00
parent ad59df7355
commit 360342659b

View File

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