provide an RC configuration variable to "shadow" Evoral::ControlList::thinning_factor
[ardour.git] / libs / ardour / ardour / send.h
index dce8fd31d5bc5f166ef143cc877eab07e829e196..fa023a3b684427a8c51f246d59832282b2633702 100644 (file)
@@ -36,7 +36,6 @@ class Send : public Delivery
 {
   public:
        Send (Session&, boost::shared_ptr<Pannable> pannable, boost::shared_ptr<MuteMaster>, Delivery::Role r = Delivery::Send);
-       Send (Session&, const std::string& name, uint32_t bitslot, boost::shared_ptr<Pannable> pannable, boost::shared_ptr<MuteMaster>, Delivery::Role r = Delivery::Send);
        virtual ~Send ();
 
        uint32_t bit_slot() const { return _bitslot; }
@@ -68,7 +67,6 @@ class Send : public Delivery
        std::string value_as_string (boost::shared_ptr<AutomationControl>) const;
        
        static uint32_t how_many_sends();
-       static void make_unique (XMLNode &);
        static std::string name_and_id_new_send (Session&, Delivery::Role r, uint32_t&);
 
   protected: