diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-10-05 15:22:53 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-05 19:39:37 +0000 |
commit | 3bea564a5f6d1a66c082ec4df8c999fccf7ec046 (patch) | |
tree | 2301756735b57be304ac2a8cd8ec33616a2af7a5 /core/fpdfdoc/cpdf_variabletext.h | |
parent | c720e3f7981706898de6847604dce0ef68e1be4e (diff) | |
download | pdfium-3bea564a5f6d1a66c082ec4df8c999fccf7ec046.tar.xz |
Remove unused methods from CPDF_VariableText::Iterator.
This CL removes methods from CPDF_VariableText::Iterator which are never
called.
Change-Id: I8652320f0e6576e39e7636ce9941e1f148eb9cec
Reviewed-on: https://pdfium-review.googlesource.com/15674
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfdoc/cpdf_variabletext.h')
-rw-r--r-- | core/fpdfdoc/cpdf_variabletext.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fpdfdoc/cpdf_variabletext.h b/core/fpdfdoc/cpdf_variabletext.h index ee68f023fa..a438a1c1c9 100644 --- a/core/fpdfdoc/cpdf_variabletext.h +++ b/core/fpdfdoc/cpdf_variabletext.h @@ -42,9 +42,6 @@ class CPDF_VariableText { bool NextWord(); bool PrevWord(); bool NextLine(); - bool PrevLine(); - bool NextSection(); - bool PrevSection(); bool GetWord(CPVT_Word& word) const; bool GetLine(CPVT_Line& line) const; bool GetSection(CPVT_Section& section) const; |