diff --git a/shell/apple/emulator-osx/emulator-osx/osx-main.mm b/shell/apple/emulator-osx/emulator-osx/osx-main.mm index cea1cdd6f..bb1e8d4b4 100644 --- a/shell/apple/emulator-osx/emulator-osx/osx-main.mm +++ b/shell/apple/emulator-osx/emulator-osx/osx-main.mm @@ -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