Remove love.timer SDL implementation files, since they don’t do anything.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-12-10 16:21:48 -04:00
parent b620f32200
commit d7feb20df9
7 changed files with 11 additions and 134 deletions
+2
View File
@@ -27,6 +27,8 @@ namespace love
void sleep(unsigned int ms)
{
// We don't need to initialize the SDL timer subsystem for SDL_Delay to
// function - and doing so causes SDL to create a worker thread.
SDL_Delay(ms);
}