commit | e0e385c1d4171e065348ba17c546b3463a0bd651 | [log] [tgz] |
---|---|---|
author | sugoi@google.com <sugoi@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 11 18:50:03 2013 +0000 |
committer | sugoi@google.com <sugoi@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 11 18:50:03 2013 +0000 |
tree | abff95d5584a29e9777b1cce113b55859e68d6f2 | |
parent | dfc867bab24e184f5093d4eabbac7d9c58cc6320 [diff] [blame] |
Removed unused parameters I removed unused parameters wherever it was trivial to do so. Review URL: https://codereview.chromium.org/12469002 git-svn-id: http://skia.googlecode.com/svn/trunk@8068 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp index 58ac3c0..37e6eb4 100644 --- a/src/gpu/effects/GrSimpleTextureEffect.cpp +++ b/src/gpu/effects/GrSimpleTextureEffect.cpp
@@ -68,7 +68,7 @@ GR_DEFINE_EFFECT_TEST(GrSimpleTextureEffect); GrEffectRef* GrSimpleTextureEffect::TestCreate(SkMWCRandom* random, - GrContext* context, + GrContext*, GrTexture* textures[]) { int texIdx = random->nextBool() ? GrEffectUnitTest::kSkiaPMTextureIdx : GrEffectUnitTest::kAlphaTextureIdx;