mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Clean up unused code and import declarations
Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
This commit is contained in:
@@ -221,7 +221,6 @@ public class IconCache {
|
||||
public HashMap<ComponentName,Bitmap> getAllIcons() {
|
||||
synchronized (mCache) {
|
||||
HashMap<ComponentName,Bitmap> set = new HashMap<ComponentName,Bitmap>();
|
||||
int i = 0;
|
||||
for (ComponentName cn : mCache.keySet()) {
|
||||
final CacheEntry e = mCache.get(cn);
|
||||
set.put(cn, e.icon);
|
||||
|
||||
Reference in New Issue
Block a user