]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/colschem.cpp
Revert back to standard point size for fonts in OS/2
[wxWidgets.git] / src / univ / colschem.cpp
index 56ee6601536fad8b825cba01533b14199ef42b02..8e5dd4adee0277b1281360b10ad3d078a19fcc1f 100644 (file)
@@ -48,8 +48,6 @@ wxColourScheme::~wxColourScheme()
 {
 }
 
-#ifdef wxHAS_SS_NATIVE
-
 // ----------------------------------------------------------------------------
 // wxSystemSettings
 // ----------------------------------------------------------------------------
@@ -100,5 +98,3 @@ wxColour wxSystemSettings::GetColour(wxSystemColour index)
     return wxTheme::Get()->GetColourScheme()->Get(col);
 }
 
-#endif // wxHAS_SS_NATIVE
-