diff options
Diffstat (limited to 'source/application')
-rw-r--r-- | source/application/StarMainApplication_sdl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/application/StarMainApplication_sdl.cpp b/source/application/StarMainApplication_sdl.cpp index 49d085a..c697a26 100644 --- a/source/application/StarMainApplication_sdl.cpp +++ b/source/application/StarMainApplication_sdl.cpp @@ -271,9 +271,6 @@ public: #endif Logger::info("Application: Initializing SDL Audio"); -#if SDL_VERSION_ATLEAST(2, 0, 26) - SDL_SetHint(SDL_HINT_AUDIO_RESAMPLING_MODE, "fast"); -#endif if (SDL_InitSubSystem(SDL_INIT_AUDIO)) throw ApplicationException(strf("Couldn't initialize SDL Audio: {}", SDL_GetError())); |