]> git.sesse.net Git - movit/blobdiff - effect.cpp
Change so that all modifications to the graph (meta-effects, colorspace information...
[movit] / effect.cpp
index 6f3121d8afa6e873012da7629aa68717a9827d4f..d0222dec91f936e662d5c82adb1c05ccf0eb4110 100644 (file)
@@ -167,11 +167,6 @@ void Effect::invalidate_1d_texture(const std::string &key)
        params_tex_1d[key].needs_update = true;
 }
 
-void Effect::add_self_to_effect_chain(EffectChain *chain, const std::vector<Effect *> &inputs)
-{
-       chain->add_effect_raw(this, inputs);
-}
-
 // Output convenience uniforms for each parameter.
 // These will be filled in per-frame.
 std::string Effect::output_convenience_uniforms() const