hedgewars/SDLh.pas
changeset 11686 24710123beae
parent 11533 3189bf281000
child 11699 83c40c1eb0e7
child 12102 51596d30a724
--- 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;