summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 11c6c7e556..de9d95ccf3 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -108,7 +108,6 @@ class RegionView : public TimeAxisViewItem
virtual void region_muted ();
void region_locked ();
void region_opacity ();
- void region_layered ();
virtual void region_renamed ();
void region_sync_changed ();
@@ -150,9 +149,6 @@ class RegionView : public TimeAxisViewItem
that will be played at any given time.
*/
std::list<ArdourCanvas::SimpleRect*> _coverage_frames;
-
- typedef std::map<const Evoral::Parameter, boost::shared_ptr<AutomationRegionView> > AutomationChildren;
- AutomationChildren _automation_children;
};
#endif /* __gtk_ardour_region_view_h__ */