summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-01-17 15:31:53 -0800
committerMichael Jurka <mikejurka@google.com>2011-01-17 16:58:15 -0800
commit4a7d4afe87a9146b3cefef8e00581090301b698d (patch)
treeba34878caa456d3479972a598d04b289bff38080 /src/com/android/launcher2/Launcher.java
parent1d8ad0dd3b295b35e7fc9944eb298150b4fa4a99 (diff)
downloadandroid_packages_apps_Trebuchet-4a7d4afe87a9146b3cefef8e00581090301b698d.tar.gz
android_packages_apps_Trebuchet-4a7d4afe87a9146b3cefef8e00581090301b698d.tar.bz2
android_packages_apps_Trebuchet-4a7d4afe87a9146b3cefef8e00581090301b698d.zip
Removing dead code
Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
Diffstat (limited to 'src/com/android/launcher2/Launcher.java')
-rw-r--r--src/com/android/launcher2/Launcher.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java
index 9b5dac71a..d5b218dc4 100644
--- a/src/com/android/launcher2/Launcher.java
+++ b/src/com/android/launcher2/Launcher.java
@@ -363,7 +363,6 @@ public final class Launcher extends Activity
alphaAnim.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animation) {
- String tag = mHomeCustomizationDrawer.getCurrentTabTag();
mCustomizePagedView.setCustomizationFilter(newType);
final float alpha = mCustomizePagedView.getAlpha();
@@ -997,7 +996,6 @@ public final class Launcher extends Activity
deleteZone.setLauncher(this);
deleteZone.setDragController(dragController);
- int deleteZoneHandleId;
final View allAppsButton = findViewById(R.id.all_apps_button);
final View divider = findViewById(R.id.divider);
@@ -1074,7 +1072,6 @@ public final class Launcher extends Activity
// reload these every tap; you never know when they might change
loadHotseats();
if (index >= 0 && index < mHotseats.length && mHotseats[index] != null) {
- Intent intent = mHotseats[index];
startActivitySafely(
mHotseats[index],
"hotseat"