X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fce8d2eeea6879644acec98e1244516eb053b78..9fe4c99cc5e3cb63ae2fecfdb9e892781732cad6:/include/wx/settings.h diff --git a/include/wx/settings.h b/include/wx/settings.h index cd3246ef3f..1d3248d2c8 100644 --- a/include/wx/settings.h +++ b/include/wx/settings.h @@ -130,14 +130,6 @@ enum wxSystemFeature wxSYS_CAN_ICONIZE_FRAME }; -// values for wxSystemSettings::GetString -enum wxSystemString -{ - wxSYS_DECIMAL_SEPARATOR = 1, - wxSYS_LIST_SEPARATOR, - wxSYS_LEADING_ZERO -}; - // ---------------------------------------------------------------------------- // wxSystemSettingsNative: defines the API for wxSystemSettings class // ---------------------------------------------------------------------------- @@ -163,12 +155,6 @@ public: // return true if the port has certain feature static bool HasFeature(wxSystemFeature index); - - // Windows-only for now -#ifdef __WXMSW__ - // Get a system string, e. g. decimal separator - static wxString GetString(int index); -#endif }; // ----------------------------------------------------------------------------