aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/gpu/GrContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
index 2b3d2a9070..046e067cfc 100644
--- a/src/gpu/GrContext.cpp
+++ b/src/gpu/GrContext.cpp
@@ -441,8 +441,6 @@ GrTexture* GrContext::lockAndRefScratchTexture(const GrTextureDesc& inDesc, Scra
GrResource* resource = NULL;
int origWidth = desc.fWidth;
int origHeight = desc.fHeight;
- bool doubledW = false;
- bool doubledH = false;
do {
GrResourceKey key = GrTexture::ComputeScratchKey(desc);