SDL_KillThread() is no longer supported - it was always dangerous! :)
This commit is contained in:
parent
21099fe988
commit
52154ae7e4
4 changed files with 1 additions and 17 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue