mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -632,7 +632,6 @@ Sequence<Time>::end_write (Time when, bool delete_stuck, bool resolve)
|
|||
}
|
||||
|
||||
if (resolve) {
|
||||
assert (when != 0);
|
||||
assert (!delete_stuck);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue