summaryrefslogtreecommitdiff
path: root/core/fxcodec
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-05-25 15:05:00 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-25 20:57:32 +0000
commitb7deb9b60e045f2442c635b2ec8279e7ee282aa0 (patch)
tree3a4f784418b2a868b3a208aee5a7e813a664cffd /core/fxcodec
parent797ca5cad52edde7c65da45a15216f20b1bfd8fd (diff)
downloadpdfium-b7deb9b60e045f2442c635b2ec8279e7ee282aa0.tar.xz
Remove some unused defines
Change-Id: Id816174391ee3a5612fb22df0b4c15fb3112cc8d Reviewed-on: https://pdfium-review.googlesource.com/5954 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcodec')
-rw-r--r--core/fxcodec/fx_codec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcodec/fx_codec.h b/core/fxcodec/fx_codec.h
index fd7b1748ff..6922b359e5 100644
--- a/core/fxcodec/fx_codec.h
+++ b/core/fxcodec/fx_codec.h
@@ -132,7 +132,6 @@ void AdobeCMYK_to_sRGB1(uint8_t c,
uint8_t& R,
uint8_t& G,
uint8_t& B);
-bool MD5ComputeID(const void* buf, uint32_t dwSize, uint8_t ID[16]);
void FaxG4Decode(const uint8_t* src_buf,
uint32_t src_size,
int* pbitpos,