From 07ccbc6f82f940c68d9a28ab8ba8f0bb182eaf6c Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 15 Sep 2016 02:13:20 -0700 Subject: [PATCH] Fixing warnings --- libraries/gpu-gl/src/gpu/gl45/GL45BackendTexture.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/gpu-gl/src/gpu/gl45/GL45BackendTexture.cpp b/libraries/gpu-gl/src/gpu/gl45/GL45BackendTexture.cpp index 9a9185cd7c..ac1f4fddca 100644 --- a/libraries/gpu-gl/src/gpu/gl45/GL45BackendTexture.cpp +++ b/libraries/gpu-gl/src/gpu/gl45/GL45BackendTexture.cpp @@ -456,7 +456,6 @@ void GL45Backend::derezTextures() const { qDebug() << "Allowed texture memory " << Texture::getAllowedGPUMemoryUsage(); qDebug() << "Used texture memory " << Context::getTextureGPUMemoryUsage(); - auto& textureMap = texturesByMipCounts; GL45Texture* targetTexture = nullptr; { auto& textures = texturesByMipCounts[mipLevel];