From e8521f03e3e2e3952137086b6aaee3a572b01aa1 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 25 Oct 2020 20:17:27 +0100 Subject: [PATCH] removed unused function --- src/libgame/sdl.c | 12 ------------ 1 file changed, 12 deletions(-) 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; -- 2.34.1