From: Steinar H. Gunderson Date: Sat, 6 Oct 2012 09:43:12 +0000 (+0200) Subject: Remove another unused member. X-Git-Tag: 1.0~368 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=c3718fbd4be80a2825e7fdc66eb54a516e4c4df1 Remove another unused member. --- diff --git a/effect_chain.h b/effect_chain.h index 50d57ec..855c3f5 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -80,7 +80,7 @@ private: void construct_glsl_programs(Effect *start, std::set *completed_effects); unsigned width, height; - ImageFormat input_format, output_format; + ImageFormat output_format; std::vector effects; std::map effect_ids; std::map effect_output_textures;