summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtbuf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/cfde_txtedtbuf.cpp')
-rw-r--r--xfa/fde/cfde_txtedtbuf.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xfa/fde/cfde_txtedtbuf.cpp b/xfa/fde/cfde_txtedtbuf.cpp
index 2f747a30cc..81b586f075 100644
--- a/xfa/fde/cfde_txtedtbuf.cpp
+++ b/xfa/fde/cfde_txtedtbuf.cpp
@@ -30,12 +30,6 @@ CFDE_TxtEdtBuf::~CFDE_TxtEdtBuf() {
m_Chunks.RemoveAll();
}
-FX_BOOL CFDE_TxtEdtBuf::SetChunkSize(int32_t nChunkSize) {
- ASSERT(nChunkSize);
- ResetChunkBuffer(kDefaultChunkCount, nChunkSize);
- return TRUE;
-}
-
int32_t CFDE_TxtEdtBuf::GetChunkSize() const {
return m_nChunkSize;
}