diff options
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; |