From ecb0cd5d119d28092a8f48e4521ac5eba197bb54 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Jun 2010 20:47:09 +0000 Subject: Make MIDI region `automation' respect the automation mode so that it is only played back if the automation mode is set to "Play". Munge AutoState for AutomationRegionViews so that they reflect their AutomationTimeAxisView's setting. Fixes #3135. git-svn-id: svn://localhost/ardour2/branches/3.0@7304 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_region_view.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/automation_region_view.h') diff --git a/gtk2_ardour/automation_region_view.h b/gtk2_ardour/automation_region_view.h index 6d3a00d4b6..691e2cd050 100644 --- a/gtk2_ardour/automation_region_view.h +++ b/gtk2_ardour/automation_region_view.h @@ -54,7 +54,6 @@ public: inline AutomationTimeAxisView* automation_view() const { return dynamic_cast(&trackview); } - void set_line(boost::shared_ptr line) { _line = line; } boost::shared_ptr line() { return _line; } // We are a ghost. Meta ghosts? Crazy talk. -- cgit v1.2.3