diff -r ffa905c96dd8 -r 1fbc0d5a82d0 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Sun Nov 12 17:25:17 2017 +0100 +++ b/hedgewars/SDLh.pas Sun Nov 12 17:41:01 2017 +0100 @@ -1106,7 +1106,6 @@ function SDL_RenderSetViewport(window: PSDL_Window; rect: PSDL_Rect): LongInt; cdecl; external SDLLibName; function SDL_GetRelativeMouseState(x, y: PLongInt): Byte; cdecl; external SDLLibName; -procedure SDL_SetRelativeMouseMode(enabled: Boolean); cdecl; external SDLLibName; function SDL_PixelFormatEnumToMasks(format: TSDL_ArrayByteOrder; bpp: PLongInt; Rmask, Gmask, Bmask, Amask: PLongInt): Boolean; cdecl; external SDLLibName; procedure SDL_WarpMouseInWindow(window: PSDL_Window; x, y: LongInt); cdecl; external SDLLibName;