mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
amend b30ac5e221 to actually replace the assert with a return
This commit is contained in:
parent
7b7f17085b
commit
5831ddd40b
1 changed files with 0 additions and 1 deletions
|
|
@ -2565,7 +2565,6 @@ VST3PI::automation_state_changed (uint32_t port, AutoState s, boost::weak_ptr<Au
|
|||
am = kAutomationLatch;
|
||||
break;
|
||||
default:
|
||||
assert (0);
|
||||
return;
|
||||
}
|
||||
extra_ctrl->setParamAutomationMode (id, am);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue