summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vca.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-04-11 16:37:51 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:40 -0400
commite1bcd70712b1aa35fa59d812d679576c88171d0f (patch)
treee81c3f59f5a0c16ec9032154cea11c9ebbed199d /libs/ardour/ardour/vca.h
parent86a9fb2844730cf0b1468b1199a0898f4bb83dc7 (diff)
a slew of as-yet incomplete work to get VCA solo+mute closer to working
Diffstat (limited to 'libs/ardour/ardour/vca.h')
-rw-r--r--libs/ardour/ardour/vca.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/ardour/ardour/vca.h b/libs/ardour/ardour/vca.h
index 1c247c0e92..1b7aa8fed8 100644
--- a/libs/ardour/ardour/vca.h
+++ b/libs/ardour/ardour/vca.h
@@ -115,19 +115,12 @@ class LIBARDOUR_API VCA : public Stripable, public Soloable, public Muteable, pu
boost::shared_ptr<SoloControl> _solo_control;
boost::shared_ptr<MuteControl> _mute_control;
- bool _solo_requested;
- bool _mute_requested;
-
static gint next_number;
void solo_target_going_away (boost::weak_ptr<Route>);
void mute_target_going_away (boost::weak_ptr<Route>);
bool soloed_locked () const;
bool muted_locked () const;
-
- void set_solo (bool yn);
- void set_mute (bool yn);
-
};
} /* namespace */