From ddfe982177ecc03469d3b7f43d639b8e2967eebe Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Wed, 15 Aug 2012 22:46:24 -0700 Subject: Remove unused import Change-Id: I2eaf2b33e3b61fed86a468fbd221fd12191a396f --- src/com/android/launcher2/CellLayout.java | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3