summaryrefslogtreecommitdiff
path: root/libs/ardour/return.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/return.cc')
-rw-r--r--libs/ardour/return.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/libs/ardour/return.cc b/libs/ardour/return.cc
index c2c227769d..39acf0ddf1 100644
--- a/libs/ardour/return.cc
+++ b/libs/ardour/return.cc
@@ -49,22 +49,6 @@ Return::Return (Session& s, bool internal)
ProcessorCreated (this); /* EMIT SIGNAL */
}
-Return::Return (Session& s, const XMLNode& node, bool internal)
- : IOProcessor (s, (internal ? false : true), false, "return")
- , _metering (false)
-{
- /* never muted */
-
- _amp.reset (new Amp (_session, boost::shared_ptr<MuteMaster>()));
- _meter.reset (new PeakMeter (_session));
-
- if (set_state (node, Stateful::loading_state_version)) {
- throw failed_constructor();
- }
-
- ProcessorCreated (this); /* EMIT SIGNAL */
-}
-
Return::~Return ()
{
}