Remove an assert() that I can't see the value of, and which
trips when loading empty MIDI files (#4190). git-svn-id: svn://localhost/ardour2/branches/3.0@9883 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e2b8d42140
commit
26666fce42
@ -632,7 +632,6 @@ Sequence<Time>::end_write (Time when, bool delete_stuck, bool resolve)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (resolve) {
|
if (resolve) {
|
||||||
assert (when != 0);
|
|
||||||
assert (!delete_stuck);
|
assert (!delete_stuck);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user