From 8b59a528b54279ce640b2d23a00acae1d0f477c5 Mon Sep 17 00:00:00 2001 From: John Reck Date: Sat, 22 Nov 2014 00:10:02 +0000 Subject: Revert "Frameworks/base: Unused parameters in hwui" This reverts commit 42ddc18d108f789705ad4eb697ce9599ad322507. Change-Id: I3574a936a39a96314db6437d0a1eb58d260d893d --- libs/hwui/PathCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/PathCache.cpp') diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index 9ffe2d88542f..a3d70197cb0f 100644 --- a/libs/hwui/PathCache.cpp +++ b/libs/hwui/PathCache.cpp @@ -196,7 +196,7 @@ void PathCache::setMaxSize(uint32_t maxSize) { // Callbacks /////////////////////////////////////////////////////////////////////////////// -void PathCache::operator()(PathDescription& /* entry */, PathTexture*& texture) { +void PathCache::operator()(PathDescription& entry, PathTexture*& texture) { removeTexture(texture); } -- cgit v1.2.3-59-g8ed1b