]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
remove extraneous semicolons (patch 1299687)
[wxWidgets.git] / src / msw / listbox.cpp
index ffe24da141f4f5ce0e96dfad1339a2916f6b32b2..07b6aaebf2ad70d0d5868e8deea130919a6d2f4f 100644 (file)
@@ -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++ )
     {