aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index 126ffca760..d221f37ece 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -322,9 +322,8 @@ public:
MidiChannel *getPercussionChannel() { return 0; }
void setPassThrough(bool b) { _passThrough = b; }
- void setUseC55(bool b) { _useC55 = b; }
- void hasNativeMT32(bool nativeMT32) { _nativeMT32 = nativeMT32; }
+ void hasNativeMT32(bool nativeMT32);
bool isMT32() { return _nativeMT32; }
private: