From e00ae0918a2a4305b0792dd568b363597857352a Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 16 Jan 2014 22:43:21 +0100 Subject: 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. --- audio/softsynth/mt32.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'audio/softsynth') 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 -- cgit v1.2.3