From 08436744d1326f8314bcbc18df64f7b1977b1685 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 16 May 2004 18:54:35 +0000 Subject: [PATCH] removed unused (and wrong) BM16*/BM32* definitions. --- lib/rfxswf.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 5450b5c..2ed41e0 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -697,14 +697,6 @@ int swf_SetJPEGBits3(TAG * tag,U16 width,U16 height,RGBA* bitmap, int quality); #define BMF_16BIT 4 #define BMF_32BIT 5 -#define BM16_BLUE 0xf800 // Bitmasks for 16 Bit Color -#define BM16_RED 0x00f0 -#define BM16_GREEN 0x000f - -#define BM32_BLUE 0xff000000 // Bitmasks for 32 Bit Color -#define BM32_GREEN 0x00ff0000 -#define BM32_RED 0x0000ff00 - int swf_SetLosslessBits(TAG * t,U16 width,U16 height,void * bitmap,U8 bitmap_flags); int swf_SetLosslessBitsIndexed(TAG * t,U16 width,U16 height,U8 * bitmap,RGBA * palette,U16 ncolors); int swf_SetLosslessBitsGrayscale(TAG * t,U16 width,U16 height,U8 * bitmap); -- 1.7.10.4