pthread -> std::thread (5/7) - Replace sdl semaphore with condition variable

This removes a dependency on the SDL_Thread header.

Differential Revision: https://code.wildfiregames.com/D1921
This was SVN commit r22772.
This commit is contained in:
wraitii
2019-08-24 11:26:58 +00:00
parent b429d0ce03
commit 62dd922bc0
5 changed files with 39 additions and 48 deletions
-1
View File
@@ -24,7 +24,6 @@
#if HAVE_PCH
#include "SDL.h"
#include "SDL_thread.h"
#include "SDL_endian.h"
#endif // HAVE_PCH