summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-27 02:04:16 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-27 02:04:16 +0000
commit8000b39c8cbfdafbf806e04f9db7f82c81f92cae (patch)
tree495fbe4e9a3f0a4e7024704758497d34bfafbfa7 /gtk2_ardour/audio_time_axis.h
parentaad157337c5db676fdb39f5faefbb764f500702a (diff)
Create MIDI track gain automation tracks as non-region-based. Fix construction of MidiTimeAxisViews to use the same first_idle arrangement as AudioTimeAxisViews to prevent use of partially constructed objects.
git-svn-id: svn://localhost/ardour2/branches/3.0@7847 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.h')
-rw-r--r--gtk2_ardour/audio_time_axis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h
index ca4af997a3..29e8682d19 100644
--- a/gtk2_ardour/audio_time_axis.h
+++ b/gtk2_ardour/audio_time_axis.h
@@ -109,7 +109,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
void add_processor_to_subplugin_menu (boost::weak_ptr<ARDOUR::Processor>);
- boost::shared_ptr<AutomationTimeAxisView> gain_track;
Gtk::CheckMenuItem* gain_automation_item;
std::list<boost::shared_ptr<AutomationTimeAxisView> > pan_tracks;
Gtk::CheckMenuItem* pan_automation_item;