summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtengine.cpp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-05-02 16:23:34 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-05-03 13:24:51 +0000
commit69c743ff1034fc127fabfb9cc6fdb90dc7904e7d (patch)
tree63cb354d871b17f0f75f2f5214d45933757b7f4d /xfa/fde/cfde_txtedtengine.cpp
parentcadb4711bdc9cb99113aad2acdbc47711f065626 (diff)
downloadpdfium-69c743ff1034fc127fabfb9cc6fdb90dc7904e7d.tar.xz
XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr.
Change-Id: I2525684dd5662ef9cb95f63a68443faa97f4e25b Reviewed-on: https://pdfium-review.googlesource.com/4812 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fde/cfde_txtedtengine.cpp')
-rw-r--r--xfa/fde/cfde_txtedtengine.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xfa/fde/cfde_txtedtengine.cpp b/xfa/fde/cfde_txtedtengine.cpp
index 762c16f4c9..7bd9259b5f 100644
--- a/xfa/fde/cfde_txtedtengine.cpp
+++ b/xfa/fde/cfde_txtedtengine.cpp
@@ -681,12 +681,6 @@ CFDE_TxtEdtParag* CFDE_TxtEdtEngine::GetParag(int32_t nParagIndex) const {
return m_ParagPtrArray[nParagIndex].get();
}
-IFX_CharIter* CFDE_TxtEdtEngine::CreateCharIter() {
- if (!m_pTxtBuf)
- return nullptr;
- return new CFDE_TxtEdtBuf::Iterator(m_pTxtBuf.get());
-}
-
int32_t CFDE_TxtEdtEngine::Line2Parag(int32_t nStartParag,
int32_t nStartLineofParag,
int32_t nLineIndex,