Remove stub class.

git-svn-id: svn://localhost/ardour2/branches/3.0@7407 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-07-13 01:26:30 +00:00
parent c45d19494f
commit b75977920e
9 changed files with 10 additions and 48 deletions

View file

@ -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)