summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/FadeInTexture.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/FadeInTexture.java')
-rw-r--r--src/com/android/gallery3d/ui/FadeInTexture.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/ui/FadeInTexture.java b/src/com/android/gallery3d/ui/FadeInTexture.java
index f351e34f3..c88fb47a2 100644
--- a/src/com/android/gallery3d/ui/FadeInTexture.java
+++ b/src/com/android/gallery3d/ui/FadeInTexture.java
@@ -18,8 +18,6 @@ package com.android.gallery3d.ui;
import com.android.gallery3d.common.Utils;
-import android.os.SystemClock;
-
// FadeInTexture is a texture which begins with a color, then gradually animates
// into a given texture.
public class FadeInTexture implements Texture {