X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=ec64b83fc336800eeb29a0f66520adfa79a332a5;hp=114670c913d304daedcdc48acbbdaec24246b1ef;hb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f;hpb=5b1ec775a021f215307fc63e8df54bb1109aeb58 diff --git a/effect_chain.cpp b/effect_chain.cpp index 114670c..ec64b83 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -1413,10 +1413,6 @@ void EffectChain::finalize() output_dot("step19-split-to-phases.dot"); - for (unsigned i = 0; i < inputs.size(); ++i) { - inputs[i]->finalize(); - } - assert(phases[0]->inputs.empty()); finalized = true;