diff options
Diffstat (limited to 'core/fxcrt/widestring.h')
-rw-r--r-- | core/fxcrt/widestring.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/widestring.h b/core/fxcrt/widestring.h index c51c74506b..799eb98686 100644 --- a/core/fxcrt/widestring.h +++ b/core/fxcrt/widestring.h @@ -176,7 +176,6 @@ class WideString { void ReleaseBuffer(size_t len); int GetInteger() const; - float GetFloat() const; Optional<size_t> Find(const WideStringView& pSub, size_t start = 0) const; Optional<size_t> Find(wchar_t ch, size_t start = 0) const; |