aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/audiostream.h')
-rw-r--r--sound/audiostream.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 42bf93871b..b75b8776cc 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -97,10 +97,7 @@ public:
* @return an Audiostream ready to use in case of success;
* NULL in case of an error (e.g. invalid/nonexisting file)
*/
- static SeekableAudioStream *openStreamFile(const Common::String &basename,
- uint32 startTime = 0,
- uint32 duration = 0,
- uint numLoops = 1);
+ static SeekableAudioStream *openStreamFile(const Common::String &basename);
/**
* Sets number of times the stream is supposed to get looped