aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
diff options
context:
space:
mode:
authorathrxx2019-08-03 22:23:24 +0200
committerathrxx2019-08-07 16:43:06 +0200
commit0e73472207b18e406f51e8bca9c3450dd908ec38 (patch)
tree676ca6131e65f5ec48668c4d01f63701ce7be0dc /audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
parent8b197e4ec70a52f91c0774be98acf5b373542bde (diff)
downloadscummvm-rg350-0e73472207b18e406f51e8bca9c3450dd908ec38.tar.gz
scummvm-rg350-0e73472207b18e406f51e8bca9c3450dd908ec38.tar.bz2
scummvm-rg350-0e73472207b18e406f51e8bca9c3450dd908ec38.zip
AUDIO: (FM-Towns/PC98) - cleanup mutex handling
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h b/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
index 0c4a77875f..730dbecb16 100644
--- a/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
+++ b/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
@@ -59,7 +59,7 @@ public:
kType86
};
- TownsPC98_FmSynth(Audio::Mixer *mixer, EmuType type, bool externalMutexHandling = false);
+ TownsPC98_FmSynth(Audio::Mixer *mixer, EmuType type);
virtual ~TownsPC98_FmSynth();
virtual bool init();
@@ -99,7 +99,6 @@ protected:
const bool _hasPercussion;
Common::Mutex _mutex;
- bool _externalMutex;
private:
void generateTables();