removed unused functions
[rocksndiamonds.git] / src / libgame / sdl.h
index a45e68ec89ecd1d0898471943e14c55ae16275f1..f279ebc4121309254fe5149827b1434671c141f6 100644 (file)
@@ -428,7 +428,6 @@ void SDLDrawLine(Bitmap *, int, int, int, int, Uint32);
 Pixel SDLGetPixel(Bitmap *, int, int);
 void SDLPutPixel(Bitmap *, int, int, Pixel);
 
-void SDLInvertArea(Bitmap *, int, int, int, int, Uint32);
 void SDLCopyInverseMasked(Bitmap *, Bitmap *, int, int, int, int, int, int);
 
 Bitmap *SDLZoomBitmap(Bitmap *, int, int);