From c8ddccde29b5dd2c207cc67fa8af2707904557d8 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 20 Jan 2013 01:46:36 +0100 Subject: [PATCH] Remove two unused members from EffectChain. Indirectly found by Coverity Scan. --- effect_chain.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }; -- 2.39.2