summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-08-21 01:08:31 -0400
committerDaniel Sandler <dsandler@android.com>2013-08-21 01:09:46 -0400
commit912d360cd7350d8fe959202c6b5d0a5aa97790aa (patch)
tree702db7ed072563fb6cfa9ca345905505dd95b3cf
parent6670073de833cb56dabecb1eb751b6625a5aed78 (diff)
downloadandroid_packages_apps_Trebuchet-912d360cd7350d8fe959202c6b5d0a5aa97790aa.tar.gz
android_packages_apps_Trebuchet-912d360cd7350d8fe959202c6b5d0a5aa97790aa.tar.bz2
android_packages_apps_Trebuchet-912d360cd7350d8fe959202c6b5d0a5aa97790aa.zip
Fix build.
Change-Id: I000059cd9f462dac5b21b6edcc65f9852a74cb51
-rw-r--r--src/com/android/launcher3/CellLayout.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java
index a516e4e01..52b76b8ce 100644
--- a/src/com/android/launcher3/CellLayout.java
+++ b/src/com/android/launcher3/CellLayout.java
@@ -2960,10 +2960,6 @@ public class CellLayout extends ViewGroup {
* @param height Height in pixels
* @param result An array of length 2 in which to store the result (may be null).
*/
- public int[] rectToCell(int width, int height, int[] result) {
- return rectToCell(width, height, result);
- }
-
public static int[] rectToCell(int width, int height, int[] result) {
LauncherAppState app = LauncherAppState.getInstance();
DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();