SDL_KillThread() is no longer supported - it was always dangerous! :)

This commit is contained in:
Sam Lantinga 2010-05-24 22:56:36 -07:00
parent 21099fe988
commit 52154ae7e4
4 changed files with 1 additions and 17 deletions

View file

@ -305,10 +305,4 @@ SDL_GetThreadID(SDL_Thread * thread)
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: */