X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c72619486dfe7383fb389ac16cceef55a74bd544..2e36d5cf818d64c8abdb3da1861d233d774be139:/src/univ/colschem.cpp diff --git a/src/univ/colschem.cpp b/src/univ/colschem.cpp index 56ee660153..8e5dd4adee 100644 --- a/src/univ/colschem.cpp +++ b/src/univ/colschem.cpp @@ -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 -