From 183f17e7eb2f51be24489e7b1bd3e2e5e4bc579a Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Thu, 9 Sep 2010 10:13:31 -0700 Subject: A Path can exist in several cache entries. Change-Id: I742f7425d2b6bef753ed3e04fb39ebb103b2dc00 --- libs/hwui/PathCache.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/hwui/PathCache.cpp') diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index e8afe37d98cf..70e06a1c3f79 100644 --- a/libs/hwui/PathCache.cpp +++ b/libs/hwui/PathCache.cpp @@ -111,7 +111,6 @@ void PathCache::remove(SkPath* path) { for (uint32_t i = 0; i < mCache.size(); i++) { if (mCache.getKeyAt(i).path == path) { mCache.removeAt(i); - return; } } } -- cgit v1.2.3-59-g8ed1b