summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vca.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/vca.h')
-rw-r--r--libs/ardour/ardour/vca.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/ardour/ardour/vca.h b/libs/ardour/ardour/vca.h
index 82e0e7acd2..dc48ffa480 100644
--- a/libs/ardour/ardour/vca.h
+++ b/libs/ardour/ardour/vca.h
@@ -46,11 +46,6 @@ class LIBARDOUR_API VCA : public Stripable, public Automatable, public boost::en
XMLNode& get_state();
int set_state (XMLNode const&, int version);
- void add_solo_target (boost::shared_ptr<Route>);
- void remove_solo_target (boost::shared_ptr<Route>);
- void add_mute_target (boost::shared_ptr<Route>);
- void remove_mute_target (boost::shared_ptr<Route>);
-
bool soloed () const;
bool muted () const;
@@ -128,14 +123,6 @@ class LIBARDOUR_API VCA : public Stripable, public Automatable, public boost::en
uint32_t _number;
- RouteList solo_targets;
- PBD::ScopedConnectionList solo_connections;
- mutable Glib::Threads::RWLock solo_lock;
-
- RouteList mute_targets;
- PBD::ScopedConnectionList mute_connections;
- mutable Glib::Threads::RWLock mute_lock;
-
boost::shared_ptr<GainControl> _gain_control;
boost::shared_ptr<VCASoloControllable> _solo_control;
boost::shared_ptr<VCAMuteControllable> _mute_control;