| Index: core/fpdfapi/render/render_int.h
|
| diff --git a/core/fpdfapi/render/render_int.h b/core/fpdfapi/render/render_int.h
|
| index 276370d386b43293d5d1751be7e42587d45a1ba7..311ba8aa528c23f78594b6f389100c9ddf598f06 100644
|
| --- a/core/fpdfapi/render/render_int.h
|
| +++ b/core/fpdfapi/render/render_int.h
|
| @@ -173,13 +173,4 @@ class CPDF_DIBSource : public CFX_DIBSource {
|
| int m_Status;
|
| };
|
|
|
| -CCodec_ScanlineDecoder* FPDFAPI_CreateFlateDecoder(
|
| - const uint8_t* src_buf,
|
| - uint32_t src_size,
|
| - int width,
|
| - int height,
|
| - int nComps,
|
| - int bpc,
|
| - const CPDF_Dictionary* pParams);
|
| -
|
| #endif // CORE_FPDFAPI_RENDER_RENDER_INT_H_
|
|
|