]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Remove another unused member.
[movit] / effect_chain.h
index 5e3b93dc15a82a391d6b8344908d84607ed75f12..855c3f52bf2b308c8090e384df8f9779f5aab23e 100644 (file)
@@ -80,8 +80,8 @@ private:
        void construct_glsl_programs(Effect *start, std::set<Effect *> *completed_effects);
 
        unsigned width, height;
-       ImageFormat input_format, output_format;
-       std::vector<Effect *> effects, unexpanded_effects;
+       ImageFormat output_format;
+       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;