From d99ade2ea5b994b43c6b72915a09eb333499bf45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Noel?= Date: Thu, 4 May 2023 15:22:02 +0200 Subject: [PATCH] Not really possible/desirable see https://github.com/libsdl-org/SDL/issues/5658 --- Sources/Engine/Sound/SoundLibrary.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Engine/Sound/SoundLibrary.cpp b/Sources/Engine/Sound/SoundLibrary.cpp index 1f7aaee..7f518f6 100644 --- a/Sources/Engine/Sound/SoundLibrary.cpp +++ b/Sources/Engine/Sound/SoundLibrary.cpp @@ -262,7 +262,6 @@ static BOOL StartUp_SDLaudio( CSoundLibrary &sl, BOOL bReport=TRUE) // report success if( bReport) { - STUBBED("Report actual SDL device name?"); CPrintF( TRANSV(" opened device: %s\n"), "SDL audio stream"); CPrintF( TRANSV(" %dHz, %dbit, %s\n"), sl.sl_SwfeFormat.nSamplesPerSec,