[effects/backgroundcontrast] Remove ContrastShader::pixelSizeLocation

Credits to clang for finding an unused private variable.
This commit is contained in:
Martin Gräßlin 2017-07-31 18:00:17 +02:00
parent 3f238470c8
commit 063e796b18

View file

@ -65,7 +65,6 @@ private:
int mvpMatrixLocation;
int textureMatrixLocation;
int colorMatrixLocation;
int pixelSizeLocation;
int opacityLocation;
float m_opacity;
};