Index: core/fxcrt/include/fx_string.h |
diff --git a/core/fxcrt/include/fx_string.h b/core/fxcrt/include/fx_string.h |
index 8a0b3ff3db04f54bee2edc020fe542b17b3c86a0..6e2954fcbbd326f349bfba441b9fff1d5c9d0779 100644 |
--- a/core/fxcrt/include/fx_string.h |
+++ b/core/fxcrt/include/fx_string.h |
@@ -15,7 +15,6 @@ |
#include "core/fxcrt/include/fx_memory.h" |
#include "core/fxcrt/include/fx_system.h" |
-class CFX_BinaryBuf; |
class CFX_ByteString; |
class CFX_WideString; |
@@ -218,9 +217,6 @@ class CFX_ByteString { |
const CFX_ByteString& operator=(const FX_CHAR* str); |
const CFX_ByteString& operator=(const CFX_ByteStringC& bstrc); |
const CFX_ByteString& operator=(const CFX_ByteString& stringSrc); |
- const CFX_ByteString& operator=(const CFX_BinaryBuf& buf); |
- |
- void Load(const uint8_t* str, FX_STRSIZE len); |
const CFX_ByteString& operator+=(FX_CHAR ch); |
const CFX_ByteString& operator+=(const FX_CHAR* str); |