mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Remove stub class.
git-svn-id: svn://localhost/ardour2/branches/3.0@7407 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c45d19494f
commit
b75977920e
9 changed files with 10 additions and 48 deletions
|
|
@ -61,7 +61,7 @@ const string Processor::state_node_name = "Processor";
|
|||
|
||||
Processor::Processor(Session& session, const string& name)
|
||||
: SessionObject(session, name)
|
||||
, AutomatableControls(session)
|
||||
, Automatable (session)
|
||||
, _pending_active(false)
|
||||
, _active(false)
|
||||
, _next_ab_is_active(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue