From: Steinar H. Gunderson Date: Sun, 20 Jan 2013 00:46:36 +0000 (+0100) Subject: Remove two unused members from EffectChain. X-Git-Tag: 1.0~154 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=c8ddccde29b5dd2c207cc67fa8af2707904557d8 Remove two unused members from EffectChain. Indirectly found by Coverity Scan. --- diff --git a/effect_chain.h b/effect_chain.h index f0d0003..f0138a9 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -229,8 +229,7 @@ private: GLuint fbo; std::vector phases; - GLenum format; - unsigned bytes_per_pixel, num_dither_bits; + unsigned num_dither_bits; bool finalized; };