X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a374cdc43e89304a9c67d221949e7cb94b5d8c93..4e47fd5a1b5eecdd668fcbe96b8a64c39af1c196:/src/msw/listbox.cpp diff --git a/src/msw/listbox.cpp b/src/msw/listbox.cpp index ffe24da141..07b6aaebf2 100644 --- a/src/msw/listbox.cpp +++ b/src/msw/listbox.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "listbox.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -174,10 +170,6 @@ bool wxListBox::Create(wxWindow *parent, return false; } - // Necessary to prevent scroll problems within a notebook with Windows - // effects enabled - SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); - // initialize the contents for ( int i = 0; i < n; i++ ) {