Remove test that will never fire.

git-svn-id: svn://localhost/ardour2/branches/3.0@7489 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-07-25 01:47:18 +00:00
parent b06421c7e6
commit 93a3b1a221

View file

@ -1036,10 +1036,6 @@ ControlList::rt_safe_earliest_event_linear_unlocked (double start, double end, d
const ControlEvent* first = NULL;
const ControlEvent* next = NULL;
/* No events past start (maybe?) */
if (next && next->when < start)
return false;
/* Step is after first */
if (range.first == _events.begin() || (*range.first)->when == start) {
first = *range.first;