summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.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
commit17fbd7949abfd2dee5b15e443611c56dac2d6ef3 (patch)
treea44c2c219a66d91bc725b677c350f7716ab34f21 /src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.java
parent8ce743f577b2056519fd8e74da272c461ff74e33 (diff)
downloadandroid_packages_apps_Snap-17fbd7949abfd2dee5b15e443611c56dac2d6ef3.tar.gz
android_packages_apps_Snap-17fbd7949abfd2dee5b15e443611c56dac2d6ef3.tar.bz2
android_packages_apps_Snap-17fbd7949abfd2dee5b15e443611c56dac2d6ef3.zip
Removing unused UI fields in FilterRepresentation.
Bug: 9170644 Change-Id: Ic197123286e06d9eb64d30eb345f8cc5797659a2
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.java
index fc01650ae..aa5289393 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterPointRepresentation.java
@@ -25,7 +25,7 @@ public abstract class FilterPointRepresentation extends FilterRepresentation {
public FilterPointRepresentation(String type, int textid, int editorID) {
super(type);
setFilterClass(ImageFilterRedEye.class);
- setPriority(FilterRepresentation.TYPE_NORMAL);
+ setFilterType(FilterRepresentation.TYPE_NORMAL);
setTextId(textid);
setEditorId(editorID);
}