mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
replace unnecessary assert(0) with return;
This commit is contained in:
parent
4ee854e7df
commit
b30ac5e221
1 changed files with 1 additions and 0 deletions
|
|
@ -2566,6 +2566,7 @@ VST3PI::automation_state_changed (uint32_t port, AutoState s, boost::weak_ptr<Au
|
|||
break;
|
||||
default:
|
||||
assert (0);
|
||||
return;
|
||||
}
|
||||
extra_ctrl->setParamAutomationMode (id, am);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue