Remove redundant nameChanged signal from InstrumentTrack (#6742)

This commit is contained in:
Kevin Zander
2023-07-02 01:02:37 -05:00
committed by GitHub
parent 1f30ffc5e4
commit 5ccc8d952a
2 changed files with 0 additions and 3 deletions

View File

@@ -244,7 +244,6 @@ signals:
void instrumentChanged();
void midiNoteOn( const lmms::Note& );
void midiNoteOff( const lmms::Note& );
void nameChanged();
void newNote();
void endNote();