Remove unused vars
git-svn-id: http://skia.googlecode.com/svn/trunk@8008 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
40db6dc98d
commit
8c16ef55f6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user