]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/listbox.cpp
1. compilation fix for wxHelpHtmlController (which shouldn't be compiled #if
[wxWidgets.git] / src / stubs / listbox.cpp
index a54523ab3d4f48ce33b4ad03b3ab2695f6ac9603..1dad21e12c4167ff042aa439ebb08261f70c4caf 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 
 #include "wx/listbox.h"
-
+#include "wx/settings.h"
 #include "wx/dynarray.h"
 #include "wx/log.h"
 
@@ -63,11 +63,6 @@ wxListBox::~wxListBox()
 {
 }
 
-void wxListBox::SetupColours()
-{
-  SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
-}
-
 void wxListBox::SetFirstItem(int N)
 {
     // TODO