summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_page/pageint.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-05-11 12:59:16 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-11 12:59:17 -0700
commita244dfe2ba2cc82ee264475253cc16222e022524 (patch)
tree3a69928e3c60c5c6f91813aa07518b1af481754b /core/fpdfapi/fpdf_page/pageint.h
parent35c2100a5f6a466635bf99b4e7117d23aeb54d2c (diff)
downloadpdfium-a244dfe2ba2cc82ee264475253cc16222e022524.tar.xz
Clean up CPDF_Color and some related code.
- Remove dead code in CPDF_Color. - Encapsulate member variables. - Added accessors as need. - Remove unused CPDF_ColorSpace::GetMaxIndex(). - Remove redundent CPDF_StreamContentParser::GetNumber16(). Review-Url: https://codereview.chromium.org/1965243002
Diffstat (limited to 'core/fpdfapi/fpdf_page/pageint.h')
-rw-r--r--core/fpdfapi/fpdf_page/pageint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/fpdf_page/pageint.h b/core/fpdfapi/fpdf_page/pageint.h
index 01a28e3b96..e904234e9f 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);