[Scummvm-cvs-logs] scummvm master -> e00ae0918a2a4305b0792dd568b363597857352a
lordhoto
lordhoto at gmail.com
Thu Jan 16 22:48:00 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e00ae0918a AUDIO: Cleanup MT-32 code a bit.
Commit: e00ae0918a2a4305b0792dd568b363597857352a
https://github.com/scummvm/scummvm/commit/e00ae0918a2a4305b0792dd568b363597857352a
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-01-16T13:46:21-08:00
Commit Message:
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.
Changed paths:
audio/softsynth/mt32.cpp
diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp
index 4824761..7f46e92 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
More information about the Scummvm-git-logs
mailing list