commit | 93c7ee34dc5c8f6bfad65809f4b39f8d00d7f0d4 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Mar 12 14:36:57 2013 +0000 |
committer | [email protected] <[email protected]@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Mar 12 14:36:57 2013 +0000 |
tree | d4352361bd821b020d856cc720feb3235f8d9203 | |
parent | a041b954ffd318ebbbee9aab1c11f8c563954a1f [diff] [blame] |
Removed unused parameters I removed unused parameters wherever it was trivial to do so. Review URL: https://codereview.chromium.org/12772003 git-svn-id: http://skia.googlecode.com/svn/trunk@8103 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleLayers.cpp b/samplecode/SampleLayers.cpp index b1311ee..f72c519 100644 --- a/samplecode/SampleLayers.cpp +++ b/samplecode/SampleLayers.cpp
@@ -260,7 +260,7 @@ return this->INHERITED::onClick(click); } - virtual bool handleKey(SkKey key) { + virtual bool handleKey(SkKey) { this->inval(NULL); return true; }