remove code #ifdef'ed out and commented as "not used"

This commit is contained in:
Paul Davis 2016-10-28 15:48:38 -02:00
parent 7ef3ec919c
commit 9dcd1f7618

View file

@ -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,