Cleaning up extra line related to icon density change.

Change-Id: I3a8849a5800af1f04f097c4ce55ecf5d97292f4c
This commit is contained in:
Winson Chung
2012-01-24 15:23:12 -08:00
parent ced37c68e0
commit f25148ae1e
-1
View File
@@ -52,7 +52,6 @@ public class IconCache {
public IconCache(LauncherApplication context) {
mContext = context;
mPackageManager = context.getPackageManager();
int density = context.getResources().getDisplayMetrics().densityDpi;
if (LauncherApplication.isScreenLarge()) {
ActivityManager activityManager =
(ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);