diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-05-02 16:23:34 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-03 13:24:51 +0000 |
commit | 69c743ff1034fc127fabfb9cc6fdb90dc7904e7d (patch) | |
tree | 63cb354d871b17f0f75f2f5214d45933757b7f4d /xfa/fde/cfde_txtedtengine.h | |
parent | cadb4711bdc9cb99113aad2acdbc47711f065626 (diff) | |
download | pdfium-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.h')
-rw-r--r-- | xfa/fde/cfde_txtedtengine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedtengine.h b/xfa/fde/cfde_txtedtengine.h index 4a54c6df98..3166f1854c 100644 --- a/xfa/fde/cfde_txtedtengine.h +++ b/xfa/fde/cfde_txtedtengine.h @@ -73,7 +73,6 @@ class CFDE_TxtEdtEngine { int32_t CountParags() const; CFDE_TxtEdtParag* GetParag(int32_t nParagIndex) const; - IFX_CharIter* CreateCharIter(); CFDE_TxtEdtBuf* GetTextBuf() const; int32_t GetTextBufLength() const; CFX_TxtBreak* GetTextBreak() const; |