Because removing strips is 2 step process where strips are flagged first
and finally removed at once, a bug can cause that strip won't be removed,
but still flagged.
Clear SEQ_FLAG_DELETE flag from all strips before deleting selected
strips. Add assertion statement, so in case bug exists, it can be
discovered more easily.
I have realized just later, that this is quite old report, so it's
likely, that this bug is already fixed. I could have done this in versioning
code, but we have similar "fix" for seq->tmp field already.