Fix build.

Change-Id: I000059cd9f462dac5b21b6edcc65f9852a74cb51
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java
index a516e4e..52b76b8 100644
--- a/src/com/android/launcher3/CellLayout.java
+++ b/src/com/android/launcher3/CellLayout.java
@@ -2960,10 +2960,6 @@
      * @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();