From a9e55b2f9115c3b61ab4bfdce10043ecff653762 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 9 Aug 2009 12:23:01 +0000 Subject: Removed redundant code related to Midi handling svn-id: r43171 --- engines/cruise/cruise.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/cruise/cruise.h') diff --git a/engines/cruise/cruise.h b/engines/cruise/cruise.h index af098b4997..574017dfc7 100644 --- a/engines/cruise/cruise.h +++ b/engines/cruise/cruise.h @@ -56,9 +56,7 @@ class CruiseEngine: public Engine { private: bool _preLoad; Debugger *_debugger; - MidiDriver *_driver; PCSound *_sound; - bool _mt32, _adlib; Common::StringList _langStrings; CursorType _savedCursor; uint32 lastTick, lastTickDebug; @@ -89,8 +87,6 @@ public: Common::Language getLanguage() const; Common::Platform getPlatform() const; PCSound &sound() { return *_sound; } - bool mt32() const { return _mt32; } - bool adlib() const { return _adlib; } virtual GUI::Debugger *getDebugger() { return _debugger; } virtual void pauseEngine(bool pause); const char *langString(LangStringId langId) { return _langStrings[(int)langId].c_str(); } -- cgit v1.2.3