mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Fix compiler warning of unused variable.
This commit is contained in:
parent
40f3efa3aa
commit
77a2632e34
1 changed files with 0 additions and 1 deletions
|
|
@ -2081,7 +2081,6 @@ MidiRegionView::change_patch_change (MidiModel::PatchChangePtr old_change, const
|
|||
void
|
||||
MidiRegionView::add_patch_change (framecnt_t t, Evoral::PatchChange<Evoral::Beats> const & patch)
|
||||
{
|
||||
MidiTimeAxisView* const mtv = dynamic_cast<MidiTimeAxisView*>(&trackview);
|
||||
string name = _("add patch change");
|
||||
|
||||
trackview.editor().begin_reversible_command (name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue