Skip to content

Commit

Permalink
Remove redundant nameChanged signal from InstrumentTrack (#6742)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veratil authored Jul 2, 2023
1 parent 1f30ffc commit 5ccc8d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/InstrumentTrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class LMMS_EXPORT InstrumentTrack : public Track, public MidiEventProcessor
void instrumentChanged();
void midiNoteOn( const lmms::Note& );
void midiNoteOff( const lmms::Note& );
void nameChanged();
void newNote();
void endNote();

Expand Down
2 changes: 0 additions & 2 deletions src/tracks/InstrumentTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,6 @@ void InstrumentTrack::setName( const QString & _new_name )
Track::setName( _new_name );
m_midiPort.setName( name() );
m_audioPort.setName( name() );

emit nameChanged();
}


Expand Down

0 comments on commit 5ccc8d9

Please sign in to comment.