summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-06-17 22:35:17 -0400
committerDaniel Sandler <dsandler@android.com>2013-06-17 22:35:17 -0400
commit211667e4c2efc6b0b7c5037aca77eecd50bd823d (patch)
tree9e112ca6b6a6e99a07d59c2f4aee0fb7df0094d4 /src/com/android/launcher3/LauncherAppState.java
parenta127b7ad151dd1ae66d665a073e98984930c3d9d (diff)
downloadandroid_packages_apps_Trebuchet-211667e4c2efc6b0b7c5037aca77eecd50bd823d.tar.gz
android_packages_apps_Trebuchet-211667e4c2efc6b0b7c5037aca77eecd50bd823d.tar.bz2
android_packages_apps_Trebuchet-211667e4c2efc6b0b7c5037aca77eecd50bd823d.zip
Fix build.
Change-Id: I6afd45e603fd2480867dc692d59fd489ee2af63d
Diffstat (limited to 'src/com/android/launcher3/LauncherAppState.java')
-rw-r--r--src/com/android/launcher3/LauncherAppState.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java
index e7aa3d8ea..af9acb152 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -67,10 +67,6 @@ public class LauncherAppState {
mStarttime = System.currentTimeMillis();
- if (context.getResources().getBoolean(R.bool.debug_memory_enabled)) {
- WeightWatcher.sUpdateThread.start();
- }
-
// set sIsScreenXLarge and sScreenDensity *before* creating icon cache
sIsScreenLarge = context.getResources().getBoolean(R.bool.is_large_screen);
sScreenDensity = context.getResources().getDisplayMetrics().density;