]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Added wxStandardPaths implementation for OS/2.
[wxWidgets.git] / include / wx / string.h
index 2bc8b54afdba9d2115dfa8060492514a752c294a..309b27820ad368b219ae366e69d16aa2e20ba3b4 100644 (file)
@@ -1077,9 +1077,6 @@ public:
     // the same as above, but takes a va_list
   static wxString FormatV(const wxChar *pszFormat, va_list argptr);
 
-    // returns the highest possible memory allocation for encoding
-  static size_t WorstEncodingCase(size_t len, const wxMBConv& conv);
-
   // raw access to string memory
     // ensure that string has space for at least nLen characters
     // only works if the data of this string is not shared