delete commented line that refers to non-existent variable

This commit is contained in:
Paul Davis 2025-09-15 09:43:25 -06:00
parent 521f01984b
commit d9d45f11e9

View file

@ -2067,8 +2067,6 @@ MidiView::step_add_note (uint8_t channel, uint8_t number, uint8_t velocity,
note_diff_add_note (new_note, true, false);
apply_note_diff();
// last_step_edit_note = new_note;
}
void