summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
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
commit5df0d2333fd3ade6a0396124ae4ce85e51ef7f0d (patch)
tree7a1a36902fd1815cab298caf4e71289e17efe280 /src/com/android/gallery3d
parent6bf4265c8a5e4e6ffab5c9648ff4c869ea055137 (diff)
downloadandroid_packages_apps_Snap-5df0d2333fd3ade6a0396124ae4ce85e51ef7f0d.tar.gz
android_packages_apps_Snap-5df0d2333fd3ade6a0396124ae4ce85e51ef7f0d.tar.bz2
android_packages_apps_Snap-5df0d2333fd3ade6a0396124ae4ce85e51ef7f0d.zip
fix imports
Change-Id: I07ac06ae4890bfcae48ea404cf7e67c2b0c084d7
Diffstat (limited to 'src/com/android/gallery3d')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterRedEyeRepresentation.java1
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterRedEyeRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterRedEyeRepresentation.java
index 70d016f69..fb396608a 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterRedEyeRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterRedEyeRepresentation.java
@@ -17,7 +17,6 @@
package com.android.gallery3d.filtershow.filters;
import android.graphics.RectF;
-import android.util.Log;
import com.android.gallery3d.R;
import com.android.gallery3d.filtershow.editors.EditorRedEye;
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
index 5dd72c9cd..e0dc905e3 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
@@ -18,7 +18,6 @@ package com.android.gallery3d.filtershow.filters;
import com.android.gallery3d.app.Log;
import com.android.gallery3d.filtershow.editors.BasicEditor;
-import com.android.gallery3d.filtershow.presets.ImagePreset;
public class FilterRepresentation implements Cloneable {
private static final String LOGTAG = "FilterRepresentation";