]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/settings.cpp
Removed no longer needed code to fix combo sizing (causes layout problems on Windows)
[wxWidgets.git] / src / palmos / settings.cpp
index 25239aba83dea300eca5e6e1ddf6e77421cfcf5e..ef2e8e315ed8d54dad150a4869c22c9f8b10b513 100644 (file)
@@ -33,6 +33,8 @@
 #include "wx/module.h"
 #include "wx/fontutil.h"
 
+#include <UIColor.h>
+
 // ============================================================================
 // implementation
 // ============================================================================
@@ -123,7 +125,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
 // ----------------------------------------------------------------------------
 
 // Get a system metric, e.g. scrollbar size
-int wxSystemSettingsNative::GetMetric(wxSystemMetric index)
+int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win))
 {
     int metric = -1;
     uint32_t attrP;