X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c72619486dfe7383fb389ac16cceef55a74bd544..984152a6be8295008b868e0a1b9d82172aa69aef:/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 -