summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/fpdfdoc/cpdf_variabletext.cpp1
-rw-r--r--core/fpdfdoc/cpvt_section.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/core/fpdfdoc/cpdf_variabletext.cpp b/core/fpdfdoc/cpdf_variabletext.cpp
index 8e5a74e171..d702f52ba4 100644
--- a/core/fpdfdoc/cpdf_variabletext.cpp
+++ b/core/fpdfdoc/cpdf_variabletext.cpp
@@ -215,7 +215,6 @@ bool CPDF_VariableText::Iterator::GetLine(CPVT_Line& line) const {
}
bool CPDF_VariableText::Iterator::GetSection(CPVT_Section& section) const {
- section.secplace = CPVT_WordPlace(m_CurPos.nSecIndex, 0, -1);
if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex))
return false;
diff --git a/core/fpdfdoc/cpvt_section.h b/core/fpdfdoc/cpvt_section.h
index 6b2ae075bf..2a89034c35 100644
--- a/core/fpdfdoc/cpvt_section.h
+++ b/core/fpdfdoc/cpvt_section.h
@@ -11,7 +11,6 @@
#include "core/fxcrt/fx_coordinates.h"
struct CPVT_Section {
- CPVT_WordPlace secplace;
CFX_FloatRect rcSection;
};