summaryrefslogtreecommitdiffstats
path: root/libs/hwui/TextureCache.cpp
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2013-10-17 10:30:55 -0700
committerChris Craik <ccraik@google.com>2013-10-17 10:37:15 -0700
commite63f7c622a2086aefa80983c6f41b74fb166bb42 (patch)
tree85b440de978e64c43fa5dfbe80ebd1a555b7155a /libs/hwui/TextureCache.cpp
parent8c317898ee65462e9fa7b511ddf5d89c4d77e291 (diff)
downloadframeworks_base-e63f7c622a2086aefa80983c6f41b74fb166bb42.zip
frameworks_base-e63f7c622a2086aefa80983c6f41b74fb166bb42.tar.gz
frameworks_base-e63f7c622a2086aefa80983c6f41b74fb166bb42.tar.bz2
Clean unused parameters, disable warnings
Change-Id: Iddb872f53075dd022eeef45265594d1c6a9e2bc0
Diffstat (limited to 'libs/hwui/TextureCache.cpp')
-rw-r--r--libs/hwui/TextureCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TextureCache.cpp b/libs/hwui/TextureCache.cpp
index ed0a79a..a56eb33 100644
--- a/libs/hwui/TextureCache.cpp
+++ b/libs/hwui/TextureCache.cpp
@@ -103,7 +103,7 @@ void TextureCache::setFlushRate(float flushRate) {
// Callbacks
///////////////////////////////////////////////////////////////////////////////
-void TextureCache::operator()(SkBitmap*& bitmap, Texture*& texture) {
+void TextureCache::operator()(SkBitmap*&, Texture*& texture) {
// This will be called already locked
if (texture) {
mSize -= texture->bitmapSize;