diff -r 96e51a62fb7f -r 8eb096ee828e hedgewars/SDLh.pas --- 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};