From bd24998a9ebd1e2d296fd6cb419db51e2c6a84fb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 6 Oct 2012 11:42:40 +0200 Subject: [PATCH] Remove an unused member. --- effect_chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effect_chain.h b/effect_chain.h index 5e3b93d..50d57ec 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -81,7 +81,7 @@ private: unsigned width, height; ImageFormat input_format, output_format; - std::vector effects, unexpanded_effects; + std::vector effects; std::map effect_ids; std::map effect_output_textures; std::map > outgoing_links; -- 2.39.2