Clean up unused code

Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
This commit is contained in:
Michael Jurka
2013-08-27 15:42:35 +02:00
parent 9e6a0a20d4
commit 414300a79d
14 changed files with 9 additions and 59 deletions

View File

@@ -355,9 +355,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
mWidgetPreviewLoader = new WidgetPreviewLoader(mLauncher);
}
// Note that we transpose the counts in portrait so that we get a similar layout
boolean isLandscape = getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_LANDSCAPE;
int maxCellCountX = Integer.MAX_VALUE;
int maxCellCountY = Integer.MAX_VALUE;
if (mMaxAppCellCountX > -1) {