From f088c349dfea985e561d7e838ecd41be5168cd4a Mon Sep 17 00:00:00 2001 From: John Reck Date: Fri, 12 Dec 2014 09:49:29 -0800 Subject: Fix style Change-Id: I7227b0eac126bf470ed50249a7809b845872983b --- 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 37d70f208dcf..80f9c2f20412 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