aboutsummaryrefslogtreecommitdiff
path: root/simon/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/midi.h')
-rw-r--r--simon/midi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/simon/midi.h b/simon/midi.h
index ac53cbc021..828782690e 100644
--- a/simon/midi.h
+++ b/simon/midi.h
@@ -27,7 +27,6 @@
#include "common/mutex.h"
class File;
-class OSystem;
namespace Simon {
@@ -52,8 +51,7 @@ struct MusicInfo {
class MidiPlayer : public MidiDriver {
protected:
- OSystem *_system;
- Common::MutexRef _mutex;
+ Common::Mutex _mutex;
MidiDriver *_driver;
bool _map_mt32_to_gm;
bool _passThrough;