From: Steinar H. Gunderson Date: Sat, 6 Oct 2012 09:42:40 +0000 (+0200) Subject: Remove an unused member. X-Git-Tag: 1.0~369 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=bd24998a9ebd1e2d296fd6cb419db51e2c6a84fb Remove an unused member. --- 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;