summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-26 00:25:32 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-26 00:25:32 +0000
commitad40083d4d32ff4472d85c8b149a184790262789 (patch)
treeb5408b067808c5b786eb6e6ba1ef1bf9fc3b64d7 /gtk2_ardour/editor.h
parente950e5de0bc8068a30e293cc14cc818d8e00408a (diff)
Display region gain automation if it is 'interesting' (ie not just the default)
git-svn-id: svn://localhost/ardour2/branches/3.0@6991 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index ebd735e335..8022fff2a3 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -390,7 +390,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void scroll_tracks_down_line ();
void scroll_tracks_up_line ();
- bool new_regionviews_display_gain () { return _new_regionviews_show_envelope; }
void prepare_for_cleanup ();
void finish_cleanup ();
@@ -1922,8 +1921,6 @@ public:
void ensure_track_visible (TimeAxisView*);
gint left_automation_track ();
- bool _new_regionviews_show_envelope;
-
void reset_canvas_action_sensitivity (bool);
void toggle_gain_envelope_visibility ();
void toggle_gain_envelope_active ();