MIDI import: remove old non-functional track name code.

This commit is contained in:
Raine M. Ekman
2015-03-29 17:26:02 +03:00
parent c1ad8d0ae2
commit 4d1e8633e1

View File

@@ -431,12 +431,6 @@ bool MidiImport::readSMF( TrackContainer* tc )
}
}
}
else if( update == "tracknames" )
{
QString trackName( evt->get_string_value() );
ch->it->setName( trackName );
//ch.p->setName( trackName );
}
else if( update.startsWith( "control" ) || update == "bendr" )
{