Fixing warnings

This commit is contained in:
Brad Davis 2016-09-15 02:13:20 -07:00
parent 2b5ed86a62
commit 07ccbc6f82

View file

@ -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];