summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterKMeans.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterKMeans.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterKMeans.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterKMeans.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterKMeans.java
index 93813813f..77cdf47b3 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterKMeans.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterKMeans.java
@@ -45,7 +45,6 @@ public class ImageFilterKMeans extends SimpleImageFilter {
representation.setDefaultValue(4);
representation.setPreviewValue(4);
representation.setTextId(R.string.kmeans);
- representation.setButtonId(R.id.kmeansButton);
representation.setSupportsPartialRendering(true);
return representation;
}