From 508c5eb5bd7e31d721c3a29fc734aab3a44aa8a9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 18 Jan 2012 01:30:44 +0000 Subject: make monitor section an optional feature than can be added/removed as needed. this is a big commit, and breakage is possible. it has been moderately tested. this commit also locks the remote control ID of the master bus to 318 and the monitor section (if any) to 319. the numbers are based on MIDI Machine Control limits git-svn-id: svn://localhost/ardour2/branches/3.0@11256 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_button.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/ardour_button.cc') diff --git a/gtk2_ardour/ardour_button.cc b/gtk2_ardour/ardour_button.cc index 4689b912f3..55e94a996e 100644 --- a/gtk2_ardour/ardour_button.cc +++ b/gtk2_ardour/ardour_button.cc @@ -468,7 +468,6 @@ ArdourButton::on_button_release_event (GdkEventButton *ev) if (_act_on_release) { if (_action) { - Glib::RefPtr tact = Glib::RefPtr::cast_dynamic (_action); _action->activate (); return true; } -- cgit v1.2.3