X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86a2f7226f2f1139671d57f12392b7ff1c47d445..90ac8b50051f0ba0ff92a159f9bc97db80024910:/include/wx/settings.h diff --git a/include/wx/settings.h b/include/wx/settings.h index 24cee957a2..304c225e30 100644 --- a/include/wx/settings.h +++ b/include/wx/settings.h @@ -132,7 +132,8 @@ enum wxSystemMetric enum wxSystemFeature { wxSYS_CAN_DRAW_FRAME_DECORATIONS = 1, - wxSYS_CAN_ICONIZE_FRAME + wxSYS_CAN_ICONIZE_FRAME, + wxSYS_TABLET_PRESENT }; // values for different screen designs @@ -197,13 +198,6 @@ public: // Value static wxSystemScreenType ms_screen; -#if WXWIN_COMPATIBILITY_2_4 - // the backwards compatible versions of wxSystemSettingsNative functions, - // don't use these methods in the new code! - wxDEPRECATED(static wxColour GetSystemColour(int index)); - wxDEPRECATED(static wxFont GetSystemFont(int index)); - wxDEPRECATED(static int GetSystemMetric(int index)); -#endif }; #endif