Remove unused with_processors parameter to
[ardour.git] / libs / ardour / ardour / automatable.h
index 69ef7d3ecb2e5b0b93dc3a0618cf60a754779ecc..dc86c0cdddc5298f9924d08eedc6b4b2e71a2465 100644 (file)
@@ -73,10 +73,8 @@ public:
 
        void protect_automation ();
 
-       void what_has_visible_data(std::set<Evoral::Parameter>&) const;
        const std::set<Evoral::Parameter>& what_can_be_automated() const { return _can_automate_list; }
-
-       void mark_automation_visible(Evoral::Parameter, bool);
+       void what_has_existing_automation (std::set<Evoral::Parameter>&) const;
 
        inline bool should_snapshot (framepos_t now) {
                return (_last_automation_snapshot > now
@@ -91,8 +89,6 @@ public:
                return _automation_interval;
        }
 
-       typedef Evoral::ControlSet::Controls Controls;
-
        static const std::string xml_node_name;
 
        int set_automation_xml_state (const XMLNode&, Evoral::Parameter default_param);
@@ -108,7 +104,6 @@ public:
        int load_automation (const std::string& path);
        int old_set_automation_state(const XMLNode&);
 
-       std::set<Evoral::Parameter> _visible_controls;
        std::set<Evoral::Parameter> _can_automate_list;
 
        framepos_t _last_automation_snapshot;