summaryrefslogtreecommitdiffstats
path: root/libs/hwui/GradientCache.h
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/GradientCache.h
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/GradientCache.h')
-rw-r--r--libs/hwui/GradientCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/GradientCache.h b/libs/hwui/GradientCache.h
index 43934d9..6a783b1 100644
--- a/libs/hwui/GradientCache.h
+++ b/libs/hwui/GradientCache.h
@@ -151,7 +151,7 @@ private:
Texture* addLinearGradient(GradientCacheEntry& gradient,
uint32_t* colors, float* positions, int count);
- void generateTexture(uint32_t* colors, float* positions, int count, Texture* texture);
+ void generateTexture(uint32_t* colors, float* positions, Texture* texture);
struct GradientInfo {
uint32_t width;