osx: no need to fully initialize SDL

This commit is contained in:
Flyinghead 2019-08-15 23:19:44 +02:00
parent 629d262578
commit b2475c49a1
1 changed files with 0 additions and 4 deletions

View File

@ -65,10 +65,6 @@ void os_CreateWindow() {
void os_SetupInput()
{
#if defined(USE_SDL)
if (SDL_Init(0) != 0)
{
die("SDL: Initialization failed!");
}
input_sdl_init();
#endif