summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-12-14 20:10:37 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-14 20:10:37 -0800
commit72a22025ec4402178cd0b27239bf77cf3a953949 (patch)
treeb9b8a7c42dbe020b08cf44df0902b4e53a8e2ece /core/fxcrt/fx_basic.h
parent37b12ad873198a9644f3de0d2eff001285e1ad42 (diff)
downloadpdfium-72a22025ec4402178cd0b27239bf77cf3a953949.tar.xz
Remove unused m_OtfFontData.chromium/2953
In turn, this makes CFX_BinaryBuf::AttachData() unused. Review-Url: https://codereview.chromium.org/2578793002
Diffstat (limited to 'core/fxcrt/fx_basic.h')
-rw-r--r--core/fxcrt/fx_basic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h
index 1bc4bbd588..e974e3061c 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();