hedgewars/SDLh.pas
changeset 500 d9b140e9d2c2
parent 467 20d36f976b25
child 753 40fc0deb388f
--- a/hedgewars/SDLh.pas	Sat Mar 17 18:32:17 2007 +0000
+++ b/hedgewars/SDLh.pas	Mon Mar 19 19:12:46 2007 +0000
@@ -236,8 +236,6 @@
 
 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName;
 
-function  SDL_CreateThread(fn: pointer; data: pointer): PSDL_Thread; cdecl; external SDLLibName;
-procedure SDL_WaitThread(thread: PSDL_Thread; status: PLongInt); cdecl; external SDLLibName;
 function  SDL_CreateMutex: PSDL_mutex; cdecl; external SDLLibName;
 procedure SDL_DestroyMutex(mutex: PSDL_mutex); cdecl; external SDLLibName;
 function  SDL_LockMutex(mutex: PSDL_mutex): LongInt; cdecl; external SDLLibName name 'SDL_mutexP';