diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-05-16 19:17:44 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-16 19:17:44 +0000 |
commit | 468652f17a480f2d62fd8fb5cf51aa41511dcc97 (patch) | |
tree | 6e83cadcd37b95c3b3adc0f65a42a3e14bfc5e7e /core | |
parent | 12822171aa7d5853b77d9e497c55cbc584c17606 (diff) | |
download | pdfium-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')
-rw-r--r-- | core/fpdftext/cpdf_textpage.h | 1 | ||||
-rw-r--r-- | core/fxcodec/codec/fx_codec_jpeg.cpp | 3 | ||||
-rw-r--r-- | core/fxcodec/gif/cfx_gif.h | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/core/fpdftext/cpdf_textpage.h b/core/fpdftext/cpdf_textpage.h index 43a03123ca..36d01854f5 100644 --- a/core/fpdftext/cpdf_textpage.h +++ b/core/fpdftext/cpdf_textpage.h @@ -36,7 +36,6 @@ class CPDF_TextObject; #define TEXT_LINEFEED_CHAR L'\n' #define TEXT_RETURN_CHAR L'\r' #define TEXT_HYPHEN_CHAR L'-' -#define TEXT_EMPTY L"" #define TEXT_HYPHEN L"-" #define TEXT_CHARRATIO_GAPDELTA 0.070 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) { diff --git a/core/fxcodec/gif/cfx_gif.h b/core/fxcodec/gif/cfx_gif.h index bba2d9c911..dd0d719bcf 100644 --- a/core/fxcodec/gif/cfx_gif.h +++ b/core/fxcodec/gif/cfx_gif.h @@ -24,7 +24,6 @@ extern const char kGifSignature89[]; #define GIF_BLOCK_TERMINAL 0x00 #define GIF_MAX_LZW_EXP 12 #define GIF_MAX_LZW_CODE 4096 -#define GIF_DATA_BLOCK 255 #define GIF_D_STATUS_SIG 0x01 #define GIF_D_STATUS_TAIL 0x02 #define GIF_D_STATUS_EXT 0x03 |