author | Sam Lantinga <slouken@libsdl.org> |
Sun, 06 Mar 2011 21:15:46 -0800 | |
changeset 5425 | 346f095568ab |
parent 5424 | 2a206577656f |
child 5426 | 7a3982c50af8 |
--- a/src/thread/SDL_thread.c Sun Mar 06 21:15:28 2011 -0800 +++ b/src/thread/SDL_thread.c Sun Mar 06 21:15:46 2011 -0800 @@ -56,6 +56,7 @@ clean up threads here. If any threads are still running after this call, they will no longer have access to any per-thread data. */ +#if 0 static void SDL_ThreadsQuit(void) { @@ -67,6 +68,7 @@ SDL_DestroyMutex(mutex); } } +#endif /* Routines for manipulating the thread list */ static void