Commit 881a4d07 authored by Patrice Mandin's avatar Patrice Mandin

Disable debug code

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403587
parent 2699d4f8
......@@ -272,7 +272,7 @@ static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec)
break;
}
#if 1
#if 0
for (i=0; i<MINTAUDIO_freqcount; i++) {
DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n",
i, MINTAUDIO_frequencies[i].frequency, MINTAUDIO_frequencies[i].masterclock,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment