summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/Launcher.java')
-rw-r--r--src/com/android/launcher2/Launcher.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java
index 352219902..868a9d17f 100644
--- a/src/com/android/launcher2/Launcher.java
+++ b/src/com/android/launcher2/Launcher.java
@@ -2090,15 +2090,6 @@ public final class Launcher extends Activity
}
/**
- * Find out how many apps we should send to the grid at a time.
- *
- * Implementation of the method from LauncherModel.Callbacks.
- */
- public int getAppBatchSize() {
- return getResources().getInteger(R.integer.config_allAppsBatchSize);
- }
-
- /**
* Prints out out state for debugging.
*/
public void dumpState() {