summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/ccodec_flatemodule.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-04-25 18:37:31 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-25 18:37:31 +0000
commit2929d135d076fb6927a02ff94935d5efc45e7257 (patch)
treec98eb3e42ffee4159eee63c512202f5b985b0b87 /core/fxcodec/codec/ccodec_flatemodule.h
parent00721f053a1f0b47370d86a60356c4560e92ddf2 (diff)
downloadpdfium-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.h5
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_