summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-05-16 19:17:44 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-16 19:17:44 +0000
commit468652f17a480f2d62fd8fb5cf51aa41511dcc97 (patch)
tree6e83cadcd37b95c3b3adc0f65a42a3e14bfc5e7e /core/fxcodec/codec
parent12822171aa7d5853b77d9e497c55cbc584c17606 (diff)
downloadpdfium-468652f17a480f2d62fd8fb5cf51aa41511dcc97.tar.xz
Remove some more unused #defines
Bug: pdfium:1085 Change-Id: I62c526ae865f0cadfddd2e75a616bce73de0f88d Reviewed-on: https://pdfium-review.googlesource.com/32632 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fxcodec/codec')
-rw-r--r--core/fxcodec/codec/fx_codec_jpeg.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxcodec/codec/fx_codec_jpeg.cpp b/core/fxcodec/codec/fx_codec_jpeg.cpp
index 71a2f8889e..7a73f4e55e 100644
--- a/core/fxcodec/codec/fx_codec_jpeg.cpp
+++ b/core/fxcodec/codec/fx_codec_jpeg.cpp
@@ -99,9 +99,6 @@ static boolean _dest_empty(j_compress_ptr cinfo) {
#endif // _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_
} // extern "C"
-#define JPEG_MARKER_ICC (JPEG_APP0 + 2)
-#define JPEG_MARKER_MAXSIZE 0xFFFF
-
#ifdef PDF_ENABLE_XFA
static void JpegLoadAttribute(struct jpeg_decompress_struct* pInfo,
CFX_DIBAttribute* pAttribute) {