From 468652f17a480f2d62fd8fb5cf51aa41511dcc97 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 16 May 2018 19:17:44 +0000 Subject: Remove some more unused #defines Bug: pdfium:1085 Change-Id: I62c526ae865f0cadfddd2e75a616bce73de0f88d Reviewed-on: https://pdfium-review.googlesource.com/32632 Reviewed-by: dsinclair Commit-Queue: Tom Sepez --- core/fxcodec/gif/cfx_gif.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fxcodec/gif/cfx_gif.h') 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 -- cgit v1.2.3