summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilter.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/ImageFilter.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/ImageFilter.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilter.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilter.java b/src/com/android/gallery3d/filtershow/filters/ImageFilter.java
index 1b7a36744..b4eac0f84 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilter.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilter.java
@@ -20,9 +20,7 @@ import android.graphics.Bitmap;
import android.graphics.Matrix;
import android.widget.Toast;
-import com.android.gallery3d.R;
import com.android.gallery3d.filtershow.FilterShowActivity;
-import com.android.gallery3d.filtershow.editors.BasicEditor;
import com.android.gallery3d.filtershow.imageshow.GeometryMetadata;
import com.android.gallery3d.filtershow.presets.ImagePreset;