removed unused function
[rocksndiamonds.git] / src / libgame / sdl.c
index 0325c45f038383c8a5e971be60c59dd1d9930906..e005eb0ef829b69d85053b2da460c440c3499b76 100644 (file)
@@ -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;