diff options
Diffstat (limited to 'core/fxcrt/widestring.h')
-rw-r--r-- | core/fxcrt/widestring.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxcrt/widestring.h b/core/fxcrt/widestring.h index dc5dd23428..c51c74506b 100644 --- a/core/fxcrt/widestring.h +++ b/core/fxcrt/widestring.h @@ -61,9 +61,6 @@ class WideString { ~WideString(); static WideString FromLocal(const ByteStringView& str) WARN_UNUSED_RESULT; - static WideString FromCodePage(const ByteStringView& str, - uint16_t codepage) WARN_UNUSED_RESULT; - static WideString FromUTF8(const ByteStringView& str) WARN_UNUSED_RESULT; static WideString FromUTF16LE(const unsigned short* str, size_t len) WARN_UNUSED_RESULT; |