diff options
-rw-r--r-- | audio/softsynth/mt32.cpp | 9 |
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 |