removed GenericMIDI::volume

This commit is contained in:
Georg Krause 2018-04-08 10:58:12 +02:00
parent 4e9def136e
commit 74f1167558

View file

@ -268,12 +268,6 @@ void GenericMIDI::launchScene( int s )
void GenericMIDI::mute(int t, bool b)
{
}
void GenericMIDI::volume(int t, float f)
{
}
*/