CC: Fix unused variable warning
This commit is contained in:
parent
f211961064
commit
5247c56f5e
1 changed files with 0 additions and 2 deletions
|
@ -517,8 +517,6 @@ QByteArray ColorCorrection::prepareFragmentShader(const QByteArray &sourceCode)
|
|||
|
||||
void ColorCorrectionPrivate::setupCCTextures()
|
||||
{
|
||||
Q_Q(ColorCorrection);
|
||||
|
||||
if (m_ccTextureUnit < 0) {
|
||||
GLint maxUnits = 0;
|
||||
glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS, &maxUnits);
|
||||
|
|
Loading…
Reference in a new issue