aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/sound.h')
-rw-r--r--engines/wage/sound.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/wage/sound.h b/engines/wage/sound.h
index 101b5a0db6..ada5a3c0cb 100644
--- a/engines/wage/sound.h
+++ b/engines/wage/sound.h
@@ -48,8 +48,6 @@
#ifndef WAGE_SOUND_H
#define WAGE_SOUND_H
-#include "audio/mixer.h"
-
namespace Wage {
class Sound {
@@ -60,8 +58,6 @@ public:
Common::String _name;
uint _size;
byte *_data;
-
- Audio::SoundHandle _handle;
};
} // End of namespace Wage