summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/CellLayout.java')
-rw-r--r--src/com/android/launcher2/CellLayout.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index 45de630bb..cf82abb9d 100644
--- a/src/com/android/launcher2/CellLayout.java
+++ b/src/com/android/launcher2/CellLayout.java
@@ -1060,10 +1060,6 @@ public class CellLayout extends ViewGroup implements Dimmable, VisibilityChanged
return isVacant;
}
- private boolean isVacant(int originX, int originY, int spanX, int spanY) {
- return isVacantIgnoring(originX, originY, spanX, spanY, null);
- }
-
public View getChildAt(int x, int y) {
final int count = getChildCount();
for (int i = 0; i < count; i++) {