summaryrefslogtreecommitdiff
path: root/core/fxcodec
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-02 10:38:55 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-02 18:43:08 +0000
commit951b1119d4c7487364bee4c5124b36453e00130d (patch)
treea128c8a30be2c1b74d3ac3f135dc0522b862cf83 /core/fxcodec
parentc065d883d995700b6cb5a00bd027232afded7ae5 (diff)
downloadpdfium-951b1119d4c7487364bee4c5124b36453e00130d.tar.xz
More define cleanup
Remove unused defines; Move to .cpp files where possible; Fixup values. Change-Id: I88cd5deb04b14ab8e9f8097a695c3d0b52d64b4c Reviewed-on: https://pdfium-review.googlesource.com/15130 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcodec')
-rw-r--r--core/fxcodec/gif/cfx_gif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcodec/gif/cfx_gif.h b/core/fxcodec/gif/cfx_gif.h
index f723526841..e9eb5c4054 100644
--- a/core/fxcodec/gif/cfx_gif.h
+++ b/core/fxcodec/gif/cfx_gif.h
@@ -26,7 +26,6 @@ class CFX_GifContext;
#define GIF_D_STATUS_SIG 0x01
#define GIF_D_STATUS_TAIL 0x02
#define GIF_D_STATUS_EXT 0x03
-#define GIF_D_STATUS_EXT_AE 0x04
#define GIF_D_STATUS_EXT_CE 0x05
#define GIF_D_STATUS_EXT_GCE 0x06
#define GIF_D_STATUS_EXT_PTE 0x07