Index: core/fxcrt/fx_basic.h |
diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h |
index 1bc4bbd5886fd98072346d08b9d94c0b0e28eb14..e974e3061cfd2dc7d4457cf6cf8737d2034763d4 100644 |
--- a/core/fxcrt/fx_basic.h |
+++ b/core/fxcrt/fx_basic.h |
@@ -40,9 +40,6 @@ class CFX_BinaryBuf { |
void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size); |
void Delete(int start_index, int count); |
- // Takes ownership of |pBuf|. |
- void AttachData(uint8_t* pBuf, FX_STRSIZE size); |
- |
// Releases ownership of |m_pBuffer| and returns it. |
uint8_t* DetachBuffer(); |