aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2010-03-10 21:01:44 +0000
committerMax Horn2010-03-10 21:01:44 +0000
commitc97ee14a65afc0b8a11ef5c10105e966f67a5934 (patch)
tree0514519a8d07564c3f572689b5bd75ed99111dea /sound
parent5af51ba9a1f60f740401fdb513d1a961c590e527 (diff)
downloadscummvm-rg350-c97ee14a65afc0b8a11ef5c10105e966f67a5934.tar.gz
scummvm-rg350-c97ee14a65afc0b8a11ef5c10105e966f67a5934.tar.bz2
scummvm-rg350-c97ee14a65afc0b8a11ef5c10105e966f67a5934.zip
Remove last traces of OSystem::getOutputSampleRate()
svn-id: r48229
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 28ce62af2e..92c2a87edb 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -253,8 +253,7 @@ public:
virtual int getVolumeForSoundType(SoundType type) const = 0;
/**
- * Query the system's audio output sample rate. This returns
- * the same value as OSystem::getOutputSampleRate().
+ * Query the system's audio output sample rate.
*
* @return the output sample rate in Hz
*/