From c3718fbd4be80a2825e7fdc66eb54a516e4c4df1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 6 Oct 2012 11:43:12 +0200 Subject: [PATCH] Remove another unused member. --- effect_chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2