X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..c6e62f74fcac5b62889b59e7ce7a41d0ce884d7b:/src/stubs/listbox.cpp diff --git a/src/stubs/listbox.cpp b/src/stubs/listbox.cpp index a54523ab3d..2445810473 100644 --- a/src/stubs/listbox.cpp +++ b/src/stubs/listbox.cpp @@ -14,13 +14,11 @@ #endif #include "wx/listbox.h" - +#include "wx/settings.h" #include "wx/dynarray.h" #include "wx/log.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl) -#endif // ============================================================================ // list box control implementation @@ -63,11 +61,6 @@ wxListBox::~wxListBox() { } -void wxListBox::SetupColours() -{ - SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW)); -} - void wxListBox::SetFirstItem(int N) { // TODO