]> git.sesse.net Git - movit/commitdiff
Remove an unused member.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Oct 2012 09:42:40 +0000 (11:42 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Oct 2012 09:42:40 +0000 (11:42 +0200)
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;