summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-08-15 22:46:24 -0700
committerMichael Jurka <mikejurka@google.com>2012-08-15 22:48:01 -0700
commitddfe982177ecc03469d3b7f43d639b8e2967eebe (patch)
tree85626fc5825040e5b947a622195e203b29260196 /src
parent5c768e2fac95f8b8b2d6b5c523d7e1cdc968e395 (diff)
downloadandroid_packages_apps_Trebuchet-ddfe982177ecc03469d3b7f43d639b8e2967eebe.tar.gz
android_packages_apps_Trebuchet-ddfe982177ecc03469d3b7f43d639b8e2967eebe.tar.bz2
android_packages_apps_Trebuchet-ddfe982177ecc03469d3b7f43d639b8e2967eebe.zip
Remove unused import
Change-Id: I2eaf2b33e3b61fed86a468fbd221fd12191a396f
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/CellLayout.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index fe69e9fd0..44944fe83 100644
--- a/src/com/android/launcher2/CellLayout.java
+++ b/src/com/android/launcher2/CellLayout.java
@@ -19,7 +19,6 @@ package com.android.launcher2;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
-import android.animation.ObjectAnimator;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.animation.ValueAnimator.AnimatorUpdateListener;