OSDN Git Service

Merge "Revert "Revert "Revert "Make Gallery2 use platform RenderScript""""
[android-x86/packages-apps-Gallery2.git] / src / com / android / gallery3d / filtershow / filters / ImageFilterExposure.java
index 6fdcd24..69eab73 100644 (file)
@@ -33,7 +33,6 @@ public class ImageFilterExposure extends SimpleImageFilter {
         representation.setSerializationName(SERIALIZATION_NAME);
         representation.setFilterClass(ImageFilterExposure.class);
         representation.setTextId(R.string.exposure);
-        representation.setButtonId(R.id.exposureButton);
         representation.setMinimum(-100);
         representation.setMaximum(100);
         representation.setDefaultValue(0);