summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/ImageStateAdapter.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-03-01 13:43:32 -0800
committerJohn Hoford <hoford@google.com>2013-03-01 13:44:11 -0800
commit5bb3cf43dd8470fc692f9b634967b2dc89dc1ee9 (patch)
tree1f1c75c10402397c4d3380247c0ef61c958ebd31 /src/com/android/gallery3d/filtershow/ImageStateAdapter.java
parent4b3084078c1c503e0d7ba17dfadc244ab246da06 (diff)
downloadandroid_packages_apps_Snap-5bb3cf43dd8470fc692f9b634967b2dc89dc1ee9.tar.gz
android_packages_apps_Snap-5bb3cf43dd8470fc692f9b634967b2dc89dc1ee9.tar.bz2
android_packages_apps_Snap-5bb3cf43dd8470fc692f9b634967b2dc89dc1ee9.zip
fix imports
Change-Id: I07ac06ae4890bfcae48ea404cf7e67c2b0c084d7
Diffstat (limited to 'src/com/android/gallery3d/filtershow/ImageStateAdapter.java')
-rw-r--r--src/com/android/gallery3d/filtershow/ImageStateAdapter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/ImageStateAdapter.java b/src/com/android/gallery3d/filtershow/ImageStateAdapter.java
index 58e0035bc..a4a7a78f6 100644
--- a/src/com/android/gallery3d/filtershow/ImageStateAdapter.java
+++ b/src/com/android/gallery3d/filtershow/ImageStateAdapter.java
@@ -25,7 +25,6 @@ import android.widget.TextView;
import com.android.gallery3d.R;
import com.android.gallery3d.filtershow.filters.FilterRepresentation;
-import com.android.gallery3d.filtershow.filters.ImageFilter;
public class ImageStateAdapter extends ArrayAdapter<FilterRepresentation> {
private static final String LOGTAG = "ImageStateAdapter";