mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Remove Cruft
This commit is contained in:
parent
d88da33949
commit
237aa3e3a0
2 changed files with 0 additions and 22 deletions
|
|
@ -636,16 +636,6 @@ Mixer_UI::deselect_all_strip_processors ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
Mixer_UI::select_strip (MixerStrip& ms, bool add)
|
|
||||||
{
|
|
||||||
if (add) {
|
|
||||||
_selection.add (&ms);
|
|
||||||
} else {
|
|
||||||
_selection.set (&ms);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Mixer_UI::select_none ()
|
Mixer_UI::select_none ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,6 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
|
||||||
|
|
||||||
void deselect_all_strip_processors();
|
void deselect_all_strip_processors();
|
||||||
void delete_processors();
|
void delete_processors();
|
||||||
void select_strip (MixerStrip&, bool add=false);
|
|
||||||
void select_none ();
|
void select_none ();
|
||||||
|
|
||||||
void do_vca_assign (boost::shared_ptr<ARDOUR::VCA>);
|
void do_vca_assign (boost::shared_ptr<ARDOUR::VCA>);
|
||||||
|
|
@ -193,17 +192,6 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
|
||||||
AxisView* axis_view_by_stripable (boost::shared_ptr<ARDOUR::Stripable>) const;
|
AxisView* axis_view_by_stripable (boost::shared_ptr<ARDOUR::Stripable>) const;
|
||||||
AxisView* axis_view_by_control (boost::shared_ptr<ARDOUR::AutomationControl>) const;
|
AxisView* axis_view_by_control (boost::shared_ptr<ARDOUR::AutomationControl>) const;
|
||||||
|
|
||||||
void hide_all_strips (bool with_select);
|
|
||||||
void unselect_all_strips();
|
|
||||||
void select_all_strips ();
|
|
||||||
void unselect_all_audiotrack_strips ();
|
|
||||||
void select_all_audiotrack_strips ();
|
|
||||||
void unselect_all_audiobus_strips ();
|
|
||||||
void select_all_audiobus_strips ();
|
|
||||||
|
|
||||||
void strip_select_op (bool audiotrack, bool select);
|
|
||||||
void select_strip_op (MixerStrip*, bool select);
|
|
||||||
|
|
||||||
gint start_updating ();
|
gint start_updating ();
|
||||||
gint stop_updating ();
|
gint stop_updating ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue