aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth
diff options
context:
space:
mode:
authorJohannes Schickel2014-01-16 22:43:21 +0100
committerJohannes Schickel2014-01-16 22:46:21 +0100
commite00ae0918a2a4305b0792dd568b363597857352a (patch)
tree9267169f6a467b5031224cf6ff3e902579a8295b /audio/softsynth
parent5ccec11d5263ef0596126ff6168e0263e6c8816e (diff)
downloadscummvm-rg350-e00ae0918a2a4305b0792dd568b363597857352a.tar.gz
scummvm-rg350-e00ae0918a2a4305b0792dd568b363597857352a.tar.bz2
scummvm-rg350-e00ae0918a2a4305b0792dd568b363597857352a.zip
AUDIO: Cleanup MT-32 code a bit.
This removes overwrites in ReportHandlerScummVM which are simply the default implementation anyway. A side effect is that this silences/fixes a warning about the former onProgramChanged to hide an virtual method due to parameter differences.
Diffstat (limited to 'audio/softsynth')
-rw-r--r--audio/softsynth/mt32.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp
index 4824761f0c..7f46e926bc 100644
--- a/audio/softsynth/mt32.cpp
+++ b/audio/softsynth/mt32.cpp
@@ -80,15 +80,6 @@ protected:
void showLCDMessage(const char *message) {
g_system->displayMessageOnOSD(message);
}
- void onDeviceReset() {}
- void onDeviceReconfig() {}
- void onNewReverbMode(Bit8u /* mode */) {}
- void onNewReverbTime(Bit8u /* time */) {}
- void onNewReverbLevel(Bit8u /* level */) {}
- void onPartStateChanged(int /* partNum */, bool /* isActive */) {}
- void onPolyStateChanged(int /* partNum */) {}
- void onPartialStateChanged(int /* partialNum */, int /* oldPartialPhase */, int /* newPartialPhase */) {}
- void onProgramChanged(int /* partNum */, char * /* patchName */) {}
};
} // end of namespace MT32Emu