X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/509201463dbd3bce8aff762c664b111a8f2c3412..58c7cd12b9035450e702d36dfdce63bfd008bcd0:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index 49e3268059..fd5d655ecb 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -37,13 +37,6 @@ #include "wx/utils.h" // for copystring() (beurk...) #endif -// ----------------------------------------------------------------------------- -// implementation of standard lists -// ----------------------------------------------------------------------------- - -#include "wx/listimpl.cpp" -WX_DEFINE_LIST(wxWindowList); - // ============================================================================= // implementation // =============================================================================