X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;fp=src%2Flibgame%2Fsdl.c;h=e005eb0ef829b69d85053b2da460c440c3499b76;hp=0325c45f038383c8a5e971be60c59dd1d9930906;hb=e8521f03e3e2e3952137086b6aaee3a572b01aa1;hpb=41b805f296b21b950aa8372c2f1792bf301f4ef9 diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 0325c45f..e005eb0e 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -297,18 +297,6 @@ static boolean equalSDLPixelFormat(SDL_PixelFormat *format1, format1->Bmask == format2->Bmask); } -#if 0 -static Pixel SDLGetColorKey(SDL_Surface *surface) -{ - Pixel color_key; - - if (SDL_GetColorKey(surface, &color_key) != 0) - return -1; - - return color_key; -} -#endif - static void SDLCopyColorKey(SDL_Surface *src_surface, SDL_Surface *dst_surface) { Pixel color_key;