]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/settings.h
fixed outdated filenames
[wxWidgets.git] / include / wx / settings.h
index cd3246ef3fd2f3635b734afaa21008d3ed1d85d5..1d3248d2c8012ce2117a18f0fcaa7d4e6630462c 100644 (file)
@@ -130,14 +130,6 @@ enum wxSystemFeature
     wxSYS_CAN_ICONIZE_FRAME
 };
 
     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
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // 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);
 
     // 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
 };
 
 // ----------------------------------------------------------------------------
 };
 
 // ----------------------------------------------------------------------------