From 063e796b18d12a9121c5a40f4ff2c239b77797a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 31 Jul 2017 18:00:17 +0200 Subject: [PATCH] [effects/backgroundcontrast] Remove ContrastShader::pixelSizeLocation Credits to clang for finding an unused private variable. --- effects/backgroundcontrast/contrastshader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/effects/backgroundcontrast/contrastshader.h b/effects/backgroundcontrast/contrastshader.h index 5c13758c96..61d8df7063 100644 --- a/effects/backgroundcontrast/contrastshader.h +++ b/effects/backgroundcontrast/contrastshader.h @@ -65,7 +65,6 @@ private: int mvpMatrixLocation; int textureMatrixLocation; int colorMatrixLocation; - int pixelSizeLocation; int opacityLocation; float m_opacity; };