From 360342659bb717b638d977db7bd6d7c1bc52ec3e Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 17 Feb 2019 18:26:17 -0800 Subject: [PATCH] Remove unimplemented wxListBase ctor declaration --- include/wx/list.h | 6 ------ 1 file changed, 6 deletions(-) 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); }