diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-10-02 09:10:06 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-02 13:32:00 +0000 |
commit | 59dfc62e56ec5dd88e5445e13467e0e1a3f1690f (patch) | |
tree | 9980509b79377dfb225ee32d4d3e98d27e14c639 /core/fxcodec/lbmp/fx_bmp.h | |
parent | a5c32a120ae918ecebab4042b3e52278f7a24b51 (diff) | |
download | pdfium-59dfc62e56ec5dd88e5445e13467e0e1a3f1690f.tar.xz |
Removing unused defines
Remove unused defines.
Change-Id: Ibf10d8470f19cbf4528fe1342398a39ef15c1d12
Reviewed-on: https://pdfium-review.googlesource.com/15110
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'core/fxcodec/lbmp/fx_bmp.h')
-rw-r--r-- | core/fxcodec/lbmp/fx_bmp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxcodec/lbmp/fx_bmp.h b/core/fxcodec/lbmp/fx_bmp.h index ca55885aef..1dfbcc1410 100644 --- a/core/fxcodec/lbmp/fx_bmp.h +++ b/core/fxcodec/lbmp/fx_bmp.h @@ -23,7 +23,6 @@ #define BMP_D_STATUS_DATA 0x04 #define BMP_D_STATUS_TAIL 0x00 #define BMP_SIGNATURE 0x4D42 -#define BMP_PAL_NEW 0 #define BMP_PAL_OLD 1 #define RLE_MARKER 0 #define RLE_EOL 0 @@ -33,8 +32,6 @@ #define BMP_RLE8 1L #define BMP_RLE4 2L #define BMP_BITFIELDS 3L -#define BMP_BIT_555 0 -#define BMP_BIT_565 1 // Limit width to (MAXINT32 - 31) / 32 #define BMP_MAX_WIDTH 67108863 #pragma pack(1) |