Commit f7d9b291 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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

parent a5d345e3
...@@ -144,7 +144,7 @@ AndroidAUD_Init(SDL_AudioDriverImpl * impl) ...@@ -144,7 +144,7 @@ AndroidAUD_Init(SDL_AudioDriverImpl * impl)
} }
AudioBootStrap ANDROIDAUD_bootstrap = { 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 */ /* Called by the Java code to start the audio processing on a thread */
......
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