diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-06 16:51:32 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-06 16:51:32 +0000 |
commit | 8c16ef55f6443e94a9a711832f3cbcd00b86e59c (patch) | |
tree | a79b36d738f6639cbe8f8eafe5408d5c0d339d5b /src | |
parent | 40db6dc98d13e4632cdeaab1577a5e09fd2ad18f (diff) |
Remove unused vars
git-svn-id: http://skia.googlecode.com/svn/trunk@8008 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/gpu/GrContext.cpp | 2 |
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); |