remove XML-based constructors for several types of Processors; less debugging
[ardour.git] / libs / ardour / ardour / delivery.h
index b2bd283ef8cb132e17136af0fd8c53220c313271..95ef485527ae458756528b25b22657c35c11cda2 100644 (file)
@@ -53,12 +53,10 @@ public:
        /* Delivery to an existing output */
 
        Delivery (Session& s, boost::shared_ptr<IO> io, boost::shared_ptr<MuteMaster> mm, const std::string& name, Role);
-       Delivery (Session& s, boost::shared_ptr<IO> io, boost::shared_ptr<MuteMaster> mm, const XMLNode&);
 
        /* Delivery to a new output owned by this object */
 
        Delivery (Session& s, boost::shared_ptr<MuteMaster> mm, const std::string& name, Role);
-       Delivery (Session&, boost::shared_ptr<MuteMaster> mm, const XMLNode&);
        ~Delivery ();
 
        bool set_name (const std::string& name);