summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java
index 64c48dffa..50837ca2f 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java
@@ -38,7 +38,6 @@ public class ImageFilterBwFilter extends SimpleImageFilter {
representation.setMaximum(180);
representation.setMinimum(-180);
representation.setTextId(R.string.bwfilter);
- representation.setButtonId(R.id.bwfilterButton);
representation.setSupportsPartialRendering(true);
return representation;
}