]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Remove another unused member.
[movit] / effect_chain.h
index 50d57ec35f108ca27a1e0bd70cb60dc7dccfb3f1..855c3f52bf2b308c8090e384df8f9779f5aab23e 100644 (file)
@@ -80,7 +80,7 @@ private:
        void construct_glsl_programs(Effect *start, std::set<Effect *> *completed_effects);
 
        unsigned width, height;
-       ImageFormat input_format, output_format;
+       ImageFormat output_format;
        std::vector<Effect *> effects;
        std::map<Effect *, std::string> effect_ids;
        std::map<Effect *, GLuint> effect_output_textures;