mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
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:
parent
b06421c7e6
commit
93a3b1a221
1 changed files with 0 additions and 4 deletions
|
|
@ -1036,10 +1036,6 @@ ControlList::rt_safe_earliest_event_linear_unlocked (double start, double end, d
|
||||||
const ControlEvent* first = NULL;
|
const ControlEvent* first = NULL;
|
||||||
const ControlEvent* next = NULL;
|
const ControlEvent* next = NULL;
|
||||||
|
|
||||||
/* No events past start (maybe?) */
|
|
||||||
if (next && next->when < start)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
/* Step is after first */
|
/* Step is after first */
|
||||||
if (range.first == _events.begin() || (*range.first)->when == start) {
|
if (range.first == _events.begin() || (*range.first)->when == start) {
|
||||||
first = *range.first;
|
first = *range.first;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue