]> git.sesse.net Git - movit/commitdiff
Remove another unused member.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Oct 2012 09:43:12 +0000 (11:43 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Oct 2012 09:43:12 +0000 (11:43 +0200)
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;
        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;
        std::vector<Effect *> effects;
        std::map<Effect *, std::string> effect_ids;
        std::map<Effect *, GLuint> effect_output_textures;