From 2726184f42652a84816096887948658177ea24f8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 24 Mar 2010 14:01:31 +0000 Subject: remove XML-based constructors for several types of Processors; less debugging git-svn-id: svn://localhost/ardour2/branches/3.0@6790 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/internal_return.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/ardour/internal_return.cc') diff --git a/libs/ardour/internal_return.cc b/libs/ardour/internal_return.cc index 279472e02d..280568131f 100644 --- a/libs/ardour/internal_return.cc +++ b/libs/ardour/internal_return.cc @@ -36,13 +36,6 @@ InternalReturn::InternalReturn (Session& s) CycleStart.connect_same_thread (*this, boost::bind (&InternalReturn::cycle_start, this, _1)); } -InternalReturn::InternalReturn (Session& s, const XMLNode& node) - : Return (s, node, true) - , user_count (0) -{ - CycleStart.connect_same_thread (*this, boost::bind (&InternalReturn::cycle_start, this, _1)); -} - void InternalReturn::run (BufferSet& bufs, sframes_t /*start_frame*/, sframes_t /*end_frame*/, nframes_t nframes, bool) { -- cgit v1.2.3