drop function that does not exist in SDL2 from SDLh.pas
authorsheepluva
Sun, 24 Apr 2016 00:54:00 +0200
changeset 11686 24710123beae
parent 11685 a2e86a867fb5
child 11688 79bf4d02626c
drop function that does not exist in SDL2 from SDLh.pas
hedgewars/SDLh.pas
--- a/hedgewars/SDLh.pas	Sat Apr 23 17:03:38 2016 -0400
+++ b/hedgewars/SDLh.pas	Sun Apr 24 00:54:00 2016 +0200
@@ -1047,7 +1047,6 @@
 
 function  SDL_GetError: PChar; cdecl; external SDLLibName;
 
-function  SDL_SetVideoMode(width, height, bpp: LongInt; flags: LongWord): PSDL_Surface; cdecl; external SDLLibName;
 function  SDL_CreateRGBSurface(flags: LongWord; Width, Height, Depth: LongInt; RMask, GMask, BMask, AMask: LongWord): PSDL_Surface; cdecl; external SDLLibName;
 function  SDL_CreateRGBSurfaceFrom(pixels: Pointer; width, height, depth, pitch: LongInt; RMask, GMask, BMask, AMask: LongWord): PSDL_Surface; cdecl; external SDLLibName;
 procedure SDL_FreeSurface(Surface: PSDL_Surface); cdecl; external SDLLibName;