]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/settings.h
add wxUSE_EDITABLELISTBOX
[wxWidgets.git] / include / wx / settings.h
index 556e932500b36222b789c3d81e295cc29005154b..304c225e30c61a60303063d21e34ce0a53d380e9 100644 (file)
@@ -198,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