summaryrefslogtreecommitdiff
path: root/libs/surfaces/control_protocol
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-06 17:13:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:30 -0500
commit6dbe3a1e3b0692bc49df74aedf96b341e1f6efbd (patch)
tree6ab03db37c54fe7c553c98dbcfd937f323a45bd5 /libs/surfaces/control_protocol
parentd1c024f4f9ef5b5d273d3fb86e066a53e28965cd (diff)
post-rebase fixes
Diffstat (limited to 'libs/surfaces/control_protocol')
-rw-r--r--libs/surfaces/control_protocol/basic_ui.cc35
1 files changed, 0 insertions, 35 deletions
diff --git a/libs/surfaces/control_protocol/basic_ui.cc b/libs/surfaces/control_protocol/basic_ui.cc
index 191ba98d6b..c4101b9ef1 100644
--- a/libs/surfaces/control_protocol/basic_ui.cc
+++ b/libs/surfaces/control_protocol/basic_ui.cc
@@ -497,41 +497,6 @@ BasicUI::sample_to_timecode (framepos_t sample, Timecode::Time& timecode, bool u
}
void
-BasicUI::toggle_selection (PresentationInfo::order_t o, PresentationInfo::Flag flags)
-{
- boost::shared_ptr<Stripable> s = session->get_remote_nth_stripable (o, flags);
-
- if (s) {
- s->presentation_info().set_selected (!s->presentation_info().selected());
- }
-}
-
-void
-BasicUI::clear_stripable_selection ()
-{
- session->clear_stripable_selection ();
-}
-
-void
-BasicUI::toggle_stripable_selection (boost::shared_ptr<Stripable> s)
-{
- session->toggle_stripable_selection (s);
-}
-
-void
-BasicUI::add_stripable_selection (boost::shared_ptr<Stripable> s)
-{
- session->add_stripable_selection (s);
-}
-
-void
-BasicUI::set_stripable_selection (boost::shared_ptr<Stripable> s)
-{
- session->set_stripable_selection (s);
-}
-
-
-void
BasicUI::cancel_all_solo ()
{
if (session) {