summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-06-03 15:41:36 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-06-05 10:50:46 -0700
commit3cb106ddd7ad0f8494ac9c7a33660831c1694295 (patch)
treef7c5c5e6ccb97e57a2be8893f9bd379bd758be70 /src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
parentf6cf61b84b96bdb9598e2926aba34eeb648d2213 (diff)
downloadandroid_packages_apps_Gallery2-3cb106ddd7ad0f8494ac9c7a33660831c1694295.tar.gz
android_packages_apps_Gallery2-3cb106ddd7ad0f8494ac9c7a33660831c1694295.tar.bz2
android_packages_apps_Gallery2-3cb106ddd7ad0f8494ac9c7a33660831c1694295.zip
Removing unused UI fields in FilterRepresentation.
Bug: 9170644 Change-Id: Ic197123286e06d9eb64d30eb345f8cc5797659a2
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
index 900fd906c..86be9a155 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterVibrance.java
@@ -33,7 +33,6 @@ public class ImageFilterVibrance extends SimpleImageFilter {
representation.setSerializationName(SERIALIZATION_NAME);
representation.setFilterClass(ImageFilterVibrance.class);
representation.setTextId(R.string.vibrance);
- representation.setButtonId(R.id.vibranceButton);
representation.setMinimum(-100);
representation.setMaximum(100);
representation.setDefaultValue(0);