[effects/backgroundcontrast] Remove ContrastShader::pixelSizeLocation
Credits to clang for finding an unused private variable.
This commit is contained in:
parent
3f238470c8
commit
063e796b18
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ private:
|
|||
int mvpMatrixLocation;
|
||||
int textureMatrixLocation;
|
||||
int colorMatrixLocation;
|
||||
int pixelSizeLocation;
|
||||
int opacityLocation;
|
||||
float m_opacity;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue