Removed comment questioning the code's correctness (the answer: it's correct).

This commit is contained in:
Ryan C. Gordon 2011-07-22 00:12:03 -07:00
parent a5d345e374
commit f7d9b29115

View file

@ -144,7 +144,7 @@ AndroidAUD_Init(SDL_AudioDriverImpl * impl)
}
AudioBootStrap ANDROIDAUD_bootstrap = {
"android", "SDL Android audio driver", AndroidAUD_Init, 0 /*1? */
"android", "SDL Android audio driver", AndroidAUD_Init, 0
};
/* Called by the Java code to start the audio processing on a thread */