remove XML-based constructors for several types of Processors; less debugging
[ardour.git] / libs / ardour / internal_return.cc
index 279472e02d18cda39eef14d6236aed6f56303eeb..280568131fd8bbb5383c77865a1693ddc1767a43 100644 (file)
@@ -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)
 {