AUDIO: Remove default rate parameter from xa

This commit is contained in:
Matthew Hoops 2011-08-24 09:47:24 -04:00
parent adb69a5a39
commit 40fd9ce27c
5 changed files with 7 additions and 7 deletions

View file

@ -49,7 +49,7 @@ class RewindableAudioStream;
*/
RewindableAudioStream *makeXAStream(
Common::SeekableReadStream *stream,
int rate = 11025);
int rate);
} // End of namespace Audio