From bf8b43ab923a8ed239745560df092bb42b0b5629 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 May 2004 01:49:37 +0000 Subject: [PATCH] oops; save before commit --- stepmania/src/SDL_utils.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/SDL_utils.h b/stepmania/src/SDL_utils.h index a8a9527567..0c6e0c2093 100644 --- a/stepmania/src/SDL_utils.h +++ b/stepmania/src/SDL_utils.h @@ -76,10 +76,6 @@ void mySDL_BlitTransform( const SDL_Surface *src, SDL_Surface *dst, void mySDL_BlitSurface( SDL_Surface *src, SDL_Surface *dst, int width, int height, bool ckey); -/* Use the "unused1" field in surfaces to mark surfaces that store alpha values - * in the palette. (SDL proper does not support this.) */ -enum { ALPHA_PALETTE = 0x1 }; - SDL_Surface *mySDL_Palettize( SDL_Surface *src_surf, int GrayBits, int AlphaBits ); void mySDL_FixupPalettedAlpha( SDL_Surface *img );