mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
many changes associated with rationalizing selection flow
This commit is contained in:
parent
2047ee527c
commit
da7d7f9502
33 changed files with 272 additions and 199 deletions
|
|
@ -2921,18 +2921,6 @@ RouteTimeAxisView::remove_child (boost::shared_ptr<TimeAxisView> c)
|
|||
}
|
||||
}
|
||||
|
||||
PresentationInfo const &
|
||||
RouteTimeAxisView::presentation_info () const
|
||||
{
|
||||
return _route->presentation_info();
|
||||
}
|
||||
|
||||
boost::shared_ptr<Stripable>
|
||||
RouteTimeAxisView::stripable () const
|
||||
{
|
||||
return _route;
|
||||
}
|
||||
|
||||
Gdk::Color
|
||||
RouteTimeAxisView::color () const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue