| Index: core/fpdfapi/fpdf_page/pageint.h
|
| diff --git a/core/fpdfapi/fpdf_page/pageint.h b/core/fpdfapi/fpdf_page/pageint.h
|
| index 01a28e3b96db43203a52ee6ed117b36b78400a42..e904234e9f6571d50ac071f89fc59d5fade4425b 100644
|
| --- a/core/fpdfapi/fpdf_page/pageint.h
|
| +++ b/core/fpdfapi/fpdf_page/pageint.h
|
| @@ -124,7 +124,6 @@ class CPDF_StreamContentParser {
|
| CPDF_Object* GetObject(uint32_t index);
|
| CFX_ByteString GetString(uint32_t index);
|
| FX_FLOAT GetNumber(uint32_t index);
|
| - FX_FLOAT GetNumber16(uint32_t index);
|
| int GetInteger(uint32_t index) { return (int32_t)(GetNumber(index)); }
|
| void OnOperator(const FX_CHAR* op);
|
| void BigCaseCaller(int index);
|
|
|