Fix compiler warning of unused variable.
This commit is contained in:
parent
40f3efa3aa
commit
77a2632e34
@ -2081,7 +2081,6 @@ MidiRegionView::change_patch_change (MidiModel::PatchChangePtr old_change, const
|
|||||||
void
|
void
|
||||||
MidiRegionView::add_patch_change (framecnt_t t, Evoral::PatchChange<Evoral::Beats> const & patch)
|
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");
|
string name = _("add patch change");
|
||||||
|
|
||||||
trackview.editor().begin_reversible_command (name);
|
trackview.editor().begin_reversible_command (name);
|
||||||
|
Loading…
Reference in New Issue
Block a user