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

* commit '6e2dae99061758d205034bd0ddcc1e15828e8acc':
  Cleaning up extra line related to icon density change.
This commit is contained in:
Ramanan Rajeswaran 2012-02-13 12:38:39 -08:00 committed by Android Git Automerger
commit b4215be911
1 changed files with 0 additions and 1 deletions

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);