From a8e354ed7bb38f8be8bfdda33841f3f238e8bbab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 27 Apr 2010 03:10:53 +0000 Subject: yet more work on Ye Fabled Solo Architecture. now do forward and backward propagation of solo status from a soloed track. tweak GUI appearance git-svn-id: svn://localhost/ardour2/branches/3.0@7001 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui2.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/ardour_ui2.cc') diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 8aa28e2685..9991a1dc14 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -494,8 +494,6 @@ ARDOUR_UI::reattach_tearoff (Box* b, Widget* w, int32_t n) void ARDOUR_UI::soloing_changed (bool onoff) { - cerr << "solo change, " << onoff << endl; - if (solo_alert_button.get_active() != onoff) { solo_alert_button.set_active (onoff); } -- cgit v1.2.3