From 69bbb0010cb83a7fa63d0901df6aef1de0ccfc0c Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 21 Mar 2016 11:40:28 -0700 Subject: Remove unused FXDIB_PALETTE_ options The only one that is ever used is FXDIB_PALETTE_loc, so remove the option entirely. In turn, this allows deleting about 2KB of unused constant tables. R=ochang@chromium.org Review URL: https://codereview.chromium.org/1809943007 . --- core/include/fxge/fx_dib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/include') diff --git a/core/include/fxge/fx_dib.h b/core/include/fxge/fx_dib.h index 43746e5d48..837e5d5f7e 100644 --- a/core/include/fxge/fx_dib.h +++ b/core/include/fxge/fx_dib.h @@ -41,9 +41,6 @@ enum FXDIB_Channel { #define FXDIB_INTERPOL 0x20 #define FXDIB_BICUBIC_INTERPOL 0x80 #define FXDIB_NOSMOOTH 0x100 -#define FXDIB_PALETTE_LOC 0x01 -#define FXDIB_PALETTE_WIN 0x02 -#define FXDIB_PALETTE_MAC 0x04 #define FXDIB_BLEND_NORMAL 0 #define FXDIB_BLEND_MULTIPLY 1 #define FXDIB_BLEND_SCREEN 2 -- cgit v1.2.3