]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Remove an unused member.
[movit] / effect_chain.h
index 5e3b93dc15a82a391d6b8344908d84607ed75f12..50d57ec35f108ca27a1e0bd70cb60dc7dccfb3f1 100644 (file)
@@ -81,7 +81,7 @@ private:
 
        unsigned width, height;
        ImageFormat input_format, output_format;
-       std::vector<Effect *> effects, unexpanded_effects;
+       std::vector<Effect *> effects;
        std::map<Effect *, std::string> effect_ids;
        std::map<Effect *, GLuint> effect_output_textures;
        std::map<Effect *, std::vector<Effect *> > outgoing_links;