From 60f588f21d6ad62335d72e8dc682abf8859107ea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 19 Sep 2008 06:30:49 +0000 Subject: Fix parameter range stuff and automation time axis height (somewhat...). Create a new AutomationLine when an AutomationRegionView without a line is clicked. git-svn-id: svn://localhost/ardour2/branches/3.0@3757 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/region_view.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/region_view.h') diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h index 579b6e5594..a001e241f1 100644 --- a/gtk2_ardour/region_view.h +++ b/gtk2_ardour/region_view.h @@ -58,7 +58,6 @@ class RegionView : public TimeAxisViewItem bool is_valid() const { return valid; } - void set_valid (bool yn) { valid = yn; } virtual void set_height (double); -- cgit v1.2.3