summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.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/filters/ImageFilterFx.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/filters/ImageFilterFx.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java
index 820ec3e51..c2a7b7bfd 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java
@@ -18,9 +18,6 @@ package com.android.gallery3d.filtershow.filters;
import android.graphics.Bitmap;
-import com.android.gallery3d.filtershow.editors.BasicEditor;
-import com.android.gallery3d.filtershow.editors.ImageOnlyEditor;
-
public class ImageFilterFx extends ImageFilter {
private static final String TAG = "ImageFilterFx";
private FilterFxRepresentation mParameters = null;