summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/parser_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fpdfapi/fpdf_parser/parser_int.h')
-rw-r--r--core/src/fpdfapi/fpdf_parser/parser_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/fpdfapi/fpdf_parser/parser_int.h b/core/src/fpdfapi/fpdf_parser/parser_int.h
index a9d5874f75..5e4dffa8b7 100644
--- a/core/src/fpdfapi/fpdf_parser/parser_int.h
+++ b/core/src/fpdfapi/fpdf_parser/parser_int.h
@@ -13,7 +13,6 @@ class CPDF_HintTables {
public:
CPDF_HintTables(CPDF_DataAvail* pDataAvail, CPDF_Dictionary* pLinearized)
: m_pLinearizedDict(pLinearized),
- m_pHintStream(nullptr),
m_pDataAvail(pDataAvail),
m_nFirstPageSharedObjs(0),
m_szFirstPageObjOffset(0) {}
@@ -35,7 +34,6 @@ class CPDF_HintTables {
int ReadPrimaryHintStreamLength() const;
CPDF_Dictionary* m_pLinearizedDict;
- CPDF_Stream* m_pHintStream;
CPDF_DataAvail* m_pDataAvail;
FX_DWORD m_nFirstPageSharedObjs;
FX_FILESIZE m_szFirstPageObjOffset;