diff src/thread/SDL_thread.c @ 4468:82f357a91d43

SDL_KillThread() is no longer supported - it was always dangerous! :)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 May 2010 22:56:36 -0700
parents f7b03b6838cb
children 791b3256fb22
line wrap: on
line diff
--- a/src/thread/SDL_thread.c	Mon May 17 23:13:33 2010 -0700
+++ b/src/thread/SDL_thread.c	Mon May 24 22:56:36 2010 -0700
@@ -305,10 +305,4 @@
     return id;
 }
 
-void
-SDL_KillThread(SDL_Thread * thread)
-{
-    /* This is a no-op in SDL 1.3 and later. */
-}
-
 /* vi: set ts=4 sw=4 expandtab: */