summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-02-11 09:55:33 -0800
committernicolasroard <nicolasroard@google.com>2013-02-11 13:49:11 -0800
commit9c37635183f7908746982a191005d53f8efb71d6 (patch)
treee6ac821b75444915c60f3ece6fd4068fc26f26bb /src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
parent2b74cb3e2fbdde0a818eca06645b4a55553e371e (diff)
downloadandroid_packages_apps_Snap-9c37635183f7908746982a191005d53f8efb71d6.tar.gz
android_packages_apps_Snap-9c37635183f7908746982a191005d53f8efb71d6.tar.bz2
android_packages_apps_Snap-9c37635183f7908746982a191005d53f8efb71d6.zip
Cleaning filters
Change-Id: I413b935f90cebdab37d3db73d7fcb0fe77a64579
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
index ee3a19cb3..832f644e1 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
@@ -33,17 +33,14 @@ public class ImageFilterRedEye extends ImageFilter {
mName = "Red Eye";
}
- @Override
public int getButtonId() {
return R.id.redEyeButton;
}
- @Override
public int getTextId() {
return R.string.redeye;
}
- @Override
public int getEditingViewId() {
return R.id.imageRedEyes;
}