aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJohannes Schickel2011-01-10 22:20:51 +0000
committerJohannes Schickel2011-01-10 22:20:51 +0000
commit645ba4c379b07bf2296eac66a0de31ae55ebb2b0 (patch)
tree3b3a9144bdae142876a282beac18676341de9f39 /sound
parent1abb955a975535b804f648383087a4b168afc003 (diff)
downloadscummvm-rg350-645ba4c379b07bf2296eac66a0de31ae55ebb2b0.tar.gz
scummvm-rg350-645ba4c379b07bf2296eac66a0de31ae55ebb2b0.tar.bz2
scummvm-rg350-645ba4c379b07bf2296eac66a0de31ae55ebb2b0.zip
SOUND: Get rid of unused forward declarations in mixer.h.
svn-id: r55197
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 5c7d902337..b2accc550d 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -38,8 +38,6 @@ class OSystem;
namespace Audio {
class AudioStream;
-class RewindableAudioStream;
-class SeekableAudioStream;
class Channel;
class Mixer;
class MixerImpl;