mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
remove code #ifdef'ed out and commented as "not used"
This commit is contained in:
parent
7ef3ec919c
commit
9dcd1f7618
1 changed files with 0 additions and 10 deletions
|
|
@ -133,16 +133,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
#if 0 // NOT USED
|
||||
struct LaterNoteComparator {
|
||||
typedef const Note<Time>* value_type;
|
||||
inline bool operator()(const boost::shared_ptr< const Note<Time> > a,
|
||||
const boost::shared_ptr< const Note<Time> > b) const {
|
||||
return a->time() > b->time();
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
struct LaterNoteEndComparator {
|
||||
typedef const Note<Time>* value_type;
|
||||
inline bool operator()(const boost::shared_ptr< const Note<Time> > a,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue