summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc21
1 files changed, 10 insertions, 11 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index e6b30232cd..bf8aca105e 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -156,6 +156,16 @@ Editor::ensure_all_elements_drawn ()
#endif
void
+Editor::show_editor_list (bool yn)
+{
+ if (yn) {
+ the_notebook.show();
+ } else {
+ the_notebook.hide();
+ }
+}
+
+void
Editor::create_editor_mixer ()
{
current_mixer_strip = new MixerStrip (*ARDOUR_UI::instance()->the_mixer(),
@@ -170,16 +180,6 @@ Editor::create_editor_mixer ()
}
void
-Editor::show_editor_list (bool yn)
-{
- if (yn) {
- the_notebook.show();
- } else {
- the_notebook.hide();
- }
-}
-
-void
Editor::set_selected_mixer_strip (TimeAxisView& view)
{
AudioTimeAxisView* at;
@@ -228,7 +228,6 @@ Editor::set_selected_mixer_strip (TimeAxisView& view)
}
double current = 0.0;
-bool currentInitialized = 0;
void
Editor::update_current_screen ()