Merge "Cleaning up extra line related to icon density change." into ics-scoop

This commit is contained in:
Ramanan Rajeswaran
2012-02-13 12:37:02 -08:00
committed by Android (Google) Code Review
-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);