Skip to content

Commit

Permalink
Remove version check
Browse files Browse the repository at this point in the history
Remove version check
  • Loading branch information
andyvand committed Feb 2, 2025
1 parent 4bb8d97 commit 93d604f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/drivers/fluid_sdl3.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ new_fluid_sdl3_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)

if(!SDL_InitSubSystem(SDL_INIT_AUDIO))
{
#if FLUID_VERSION_CHECK(FLUIDSYNTH_VERSION_MAJOR, FLUIDSYNTH_VERSION_MINOR, FLUIDSYNTH_VERSION_MICRO) < FLUID_VERSION_CHECK(2,2,0)
FLUID_LOG(FLUID_WARN, "SDL3 subsystem not initialized, SDL3 audio driver won't be usable");
#endif
return NULL;
}

Expand Down

0 comments on commit 93d604f

Please sign in to comment.