From c0c617902e03db2a75e8733dcc9982a575c2366a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 1 Apr 2010 01:24:13 +0000 Subject: revisit setting up processors during route construction; remove several more XML-based constructors; don't put () parens around inactive plugin names (we have a checkbox); improve management of send, return and insert bitslot IDs; clean up Diskstream construction a bit more git-svn-id: svn://localhost/ardour2/branches/3.0@6819 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/processor.cc | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'libs/ardour/processor.cc') diff --git a/libs/ardour/processor.cc b/libs/ardour/processor.cc index 1abcc57f41..2b12414eec 100644 --- a/libs/ardour/processor.cc +++ b/libs/ardour/processor.cc @@ -56,8 +56,6 @@ using namespace std; using namespace ARDOUR; using namespace PBD; -PBD::Signal1 Processor::ProcessorCreated; - // Always saved as Processor, but may be IOProcessor or Send in legacy sessions const string Processor::state_node_name = "Processor"; @@ -73,19 +71,6 @@ Processor::Processor(Session& session, const string& name) { } -Processor::Processor (Session& session, const XMLNode& node) - : SessionObject(session, "renameMe") - , AutomatableControls(session) - , _pending_active(false) - , _active(false) - , _next_ab_is_active(false) - , _configured(false) - , _gui(0) - , _display_to_user (true) -{ - set_state (node, Stateful::loading_state_version); -} - XMLNode& Processor::get_state (void) { -- cgit v1.2.3