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:
Carl Hetherington 2011-07-16 20:55:14 +00:00
parent e2b8d42140
commit 26666fce42

View File

@ -632,7 +632,6 @@ Sequence<Time>::end_write (Time when, bool delete_stuck, bool resolve)
}
if (resolve) {
assert (when != 0);
assert (!delete_stuck);
}