mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
remove unused sort object
This commit is contained in:
parent
23f29a89ce
commit
8342d4d9e6
1 changed files with 0 additions and 14 deletions
|
|
@ -1440,20 +1440,6 @@ struct PresentationInfoRouteSorter
|
|||
}
|
||||
};
|
||||
|
||||
struct PresentationInfoEditorSorter
|
||||
{
|
||||
bool operator() (boost::shared_ptr<Stripable> a, boost::shared_ptr<Stripable> b) {
|
||||
if (a->is_master()) {
|
||||
/* master before everything else */
|
||||
return true;
|
||||
} else if (b->is_master()) {
|
||||
/* everything else before master */
|
||||
return false;
|
||||
}
|
||||
return a->presentation_info().order () < b->presentation_info().order ();
|
||||
}
|
||||
};
|
||||
|
||||
struct PresentationInfoVCASorter
|
||||
{
|
||||
bool operator() (boost::shared_ptr<VCA> a, boost::shared_ptr<VCA> b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue