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, diff --git a/Sources/SeriousSam/SeriousSam.cpp b/Sources/SeriousSam/SeriousSam.cpp index 83aae05..3774efc 100755 --- a/Sources/SeriousSam/SeriousSam.cpp +++ b/Sources/SeriousSam/SeriousSam.cpp @@ -1402,8 +1402,6 @@ void CheckTeaser(void) Sleep(500); _execl(fnmTeaser, "\""+fnmTeaser+"\"", NULL); } -#else - STUBBED("load teaser"); #endif }