Merge pull request #67 from twolife/useless-stub

Remove useless stub
This commit is contained in:
ptitSeb 2023-05-04 16:50:06 +02:00 committed by GitHub
commit 92360e897e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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,

View File

@ -1402,8 +1402,6 @@ void CheckTeaser(void)
Sleep(500);
_execl(fnmTeaser, "\""+fnmTeaser+"\"", NULL);
}
#else
STUBBED("load teaser");
#endif
}