summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_mixer.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-06-26 22:35:40 +0200
committerRobin Gareus <robin@gareus.org>2015-06-26 22:35:54 +0200
commit02be98b3d614bbb156351f83dbd164d7d2fe071a (patch)
treea27a6613a96849b3d26012136e1ee9d546feb730 /gtk2_ardour/ardour_ui_mixer.cc
parent7bc9d8aa90031046cfce233dd171b19d0deab6df (diff)
Alternative approach for show/hide Meterbridge #6386
* no more on-top (transient to editor) * similar approach as toggle editor/mixer see also 0cd1db76f04
Diffstat (limited to 'gtk2_ardour/ardour_ui_mixer.cc')
-rw-r--r--gtk2_ardour/ardour_ui_mixer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_mixer.cc b/gtk2_ardour/ardour_ui_mixer.cc
index a2669f968d..009442f769 100644
--- a/gtk2_ardour/ardour_ui_mixer.cc
+++ b/gtk2_ardour/ardour_ui_mixer.cc
@@ -65,7 +65,6 @@ ARDOUR_UI::create_meterbridge ()
}
meterbridge->signal_window_state_event().connect (sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::main_window_state_event_handler), false));
- meterbridge->signal_unmap().connect (sigc::bind (sigc::ptr_fun (&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/toggle-meterbridge")));
return 0;
}