Remove redundant check

This commit is contained in:
Campbell Barton 2014-06-17 18:52:39 +10:00
parent 10c74ec034
commit c40cc0bf6d

@ -2813,8 +2813,7 @@ static ImBuf *seq_render_strip(const SeqRenderData *context, Sequence *seq, floa
ibuf = BKE_sequencer_cache_get(context, seq, cfra, SEQ_STRIPELEM_IBUF);
if (ibuf == NULL) {
if (ibuf == NULL)
ibuf = copy_from_ibuf_still(context, seq, nr);
ibuf = copy_from_ibuf_still(context, seq, nr);
if (ibuf == NULL) {
ibuf = BKE_sequencer_preprocessed_cache_get(context, seq, cfra, SEQ_STRIPELEM_IBUF);