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