summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtbuf.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-06-06 14:23:14 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-06 14:23:14 -0700
commit2e9cd3ae5f8a0bb01bcf3446f52becdddc6229e1 (patch)
tree99b5d826278908f4513997dea28da879f4ab1af9 /xfa/fde/cfde_txtedtbuf.h
parent6f4f2335cfd22d26db154fbd51ab553fb9902918 (diff)
downloadpdfium-2e9cd3ae5f8a0bb01bcf3446f52becdddc6229e1.tar.xz
Remove unused CFDE_TxtEdtEngine::SetBufChunkSize().
In turn, CFDE_TxtEdtBuf::SetChunkSize becomes unused. Review-Url: https://codereview.chromium.org/2042743003
Diffstat (limited to 'xfa/fde/cfde_txtedtbuf.h')
-rw-r--r--xfa/fde/cfde_txtedtbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedtbuf.h b/xfa/fde/cfde_txtedtbuf.h
index 1d8e48e338..e871ed9aed 100644
--- a/xfa/fde/cfde_txtedtbuf.h
+++ b/xfa/fde/cfde_txtedtbuf.h
@@ -18,7 +18,6 @@ class CFDE_TxtEdtBuf {
CFDE_TxtEdtBuf();
~CFDE_TxtEdtBuf();
- FX_BOOL SetChunkSize(int32_t nChunkSize);
int32_t GetChunkSize() const;
int32_t GetTextLength() const;
void SetText(const CFX_WideString& wsText);