diff options
author | Lei Zhang <thestig@chromium.org> | 2018-04-25 18:37:31 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-25 18:37:31 +0000 |
commit | 2929d135d076fb6927a02ff94935d5efc45e7257 (patch) | |
tree | c98eb3e42ffee4159eee63c512202f5b985b0b87 /core/fxcodec/codec/ccodec_flatemodule.h | |
parent | 00721f053a1f0b47370d86a60356c4560e92ddf2 (diff) | |
download | pdfium-2929d135d076fb6927a02ff94935d5efc45e7257.tar.xz |
Remove unused PNGEncode() code.
BUG=pdfium:41
Change-Id: I98070a5a6c88a0769f2b571eae4fe62092f7dfcd
Reviewed-on: https://pdfium-review.googlesource.com/31232
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcodec/codec/ccodec_flatemodule.h')
-rw-r--r-- | core/fxcodec/codec/ccodec_flatemodule.h | 5 |
1 files changed, 0 insertions, 5 deletions
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_ |