From 2929d135d076fb6927a02ff94935d5efc45e7257 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 25 Apr 2018 18:37:31 +0000 Subject: Remove unused PNGEncode() code. BUG=pdfium:41 Change-Id: I98070a5a6c88a0769f2b571eae4fe62092f7dfcd Reviewed-on: https://pdfium-review.googlesource.com/31232 Reviewed-by: Tom Sepez Commit-Queue: Lei Zhang --- core/fxcodec/codec/ccodec_flatemodule.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/fxcodec/codec/ccodec_flatemodule.h') diff --git a/core/fxcodec/codec/ccodec_flatemodule.h b/core/fxcodec/codec/ccodec_flatemodule.h index ae34103f3b..c84be7cc87 100644 --- a/core/fxcodec/codec/ccodec_flatemodule.h +++ b/core/fxcodec/codec/ccodec_flatemodule.h @@ -41,11 +41,6 @@ class CCodec_FlateModule { uint32_t src_size, uint8_t** dest_buf, uint32_t* dest_size); - - bool PngEncode(const uint8_t* src_buf, - uint32_t src_size, - uint8_t** dest_buf, - uint32_t* dest_size); }; #endif // CORE_FXCODEC_CODEC_CCODEC_FLATEMODULE_H_ -- cgit v1.2.3