diff options
author | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
commit | ec634ea07c24143e3e1736fec8934d120018fbd6 (patch) | |
tree | 5b97922243f19e49f7f9d544502a00eeaf8a4510 /audio/audiostream.h | |
parent | 1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff) | |
parent | 06c3a7328964d39cbafab3867b0f590f9da4b161 (diff) | |
download | scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.gz scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.bz2 scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.zip |
Merge pull request #495 from somaen/docuFix
Doxygen-fixes
Diffstat (limited to 'audio/audiostream.h')
-rw-r--r-- | audio/audiostream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/audiostream.h b/audio/audiostream.h index 5202a4711c..347a37b9dc 100644 --- a/audio/audiostream.h +++ b/audio/audiostream.h @@ -125,8 +125,6 @@ public: /** * Returns number of loops the stream has played. - * - * @param numLoops number of loops to play, 0 - infinite */ uint getCompleteIterations() const { return _completeIterations; } private: |