X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03ff8fda8dbae4a5ce1cd1b540ec8ab67effde8c..7c72311fe19b9451446e5f97bf7f8ee7535227a5:/include/wx/string.h?ds=inline diff --git a/include/wx/string.h b/include/wx/string.h index 0562d9a915..309b27820a 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -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, 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