hedgewars/SDLh.pas
changeset 5050 8eb096ee828e
parent 5046 fc6639d56799
child 5052 74a81c276d67
--- a/hedgewars/SDLh.pas	Fri Mar 25 19:25:50 2011 -0400
+++ b/hedgewars/SDLh.pas	Fri Mar 25 19:42:00 2011 -0400
@@ -789,7 +789,7 @@
 procedure SDL_WarpMouse(x, y: Word); cdecl; external SDLLibName;
 
 function  SDL_AllocFormat(format: Longword): PSDL_PixelFormat;
-procedure SDL_FreeFormat(pixelformat: PSDL_PixelFormat);
+//procedure SDL_FreeFormat(pixelformat: PSDL_PixelFormat);
 {$ENDIF}
 
 function  SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName {$IFDEF SDL13} name 'SDL_GetKeyboardState'{$ENDIF};