summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
index 17e1427a6..5f5314946 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
@@ -35,10 +35,7 @@ public class ImageFilterRedEye extends ImageFilter {
@Override
public FilterRepresentation getDefaultRepresentation() {
- FilterRedEyeRepresentation representation = new FilterRedEyeRepresentation();
- representation.setOverlayId(R.drawable.photoeditor_effect_redeye);
-
- return representation;
+ return new FilterRedEyeRepresentation();
}
public boolean isNil() {