| Index: core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| index 6be55f47b9f122b8a4deb28470f455840f617602..48ace368350fd74746745484f6a21d176c038028 100644
|
| --- a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| @@ -79,7 +79,6 @@ class CPDF_ColorSpace {
|
| FX_BOOL bTransMask = FALSE) const;
|
|
|
| CPDF_Array*& GetArray() { return m_pArray; }
|
| - int GetMaxIndex() const;
|
| virtual CPDF_ColorSpace* GetBaseCS() const { return NULL; }
|
|
|
| virtual void EnableStdConversion(FX_BOOL bEnabled);
|
|
|