summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_mixer.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-06-26 23:42:11 +0200
committerRobin Gareus <robin@gareus.org>2015-06-27 01:00:03 +0200
commit4fc3d98af81c09c605048ec981d5f0c9dcd84d28 (patch)
tree02b370eddf3343ef9a7689273b19eb0c3b6c73e6 /gtk2_ardour/ardour_ui_mixer.cc
parent7be99bf6e4d300b374b1612442f8ae7df37f550b (diff)
update Window > Mixer accordingly
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 009442f769..56ecc057f0 100644
--- a/gtk2_ardour/ardour_ui_mixer.cc
+++ b/gtk2_ardour/ardour_ui_mixer.cc
@@ -46,7 +46,6 @@ ARDOUR_UI::create_mixer ()
}
mixer->signal_window_state_event().connect (sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::main_window_state_event_handler), false));
- mixer->signal_unmap().connect (sigc::bind (sigc::ptr_fun (&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/toggle-mixer")));
return 0;
}