summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-07-15 14:18:08 -0700
committerztenghui <ztenghui@google.com>2013-07-15 14:47:26 -0700
commitd483f8bf7024e41e1aeb7e36c5938a12ebcb4a04 (patch)
tree404d0d050050be49f80a03040a22f77a0563c7bc /src/com/android/gallery3d/filtershow
parent47886ac74f2874633d4c1284b91c33117f056581 (diff)
downloadandroid_packages_apps_Gallery2-d483f8bf7024e41e1aeb7e36c5938a12ebcb4a04.tar.gz
android_packages_apps_Gallery2-d483f8bf7024e41e1aeb7e36c5938a12ebcb4a04.tar.bz2
android_packages_apps_Gallery2-d483f8bf7024e41e1aeb7e36c5938a12ebcb4a04.zip
FilterDirectRepresentation always should be considered as has modification.
Therefore isNil should be false. bug:9468909 Change-Id: I9946d060e7a1c73b6dc27c73d8f3b7986343de98
Diffstat (limited to 'src/com/android/gallery3d/filtershow')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterDirectRepresentation.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterDirectRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterDirectRepresentation.java
index 3807ee1f5..9c986a685 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterDirectRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterDirectRepresentation.java
@@ -22,8 +22,4 @@ public class FilterDirectRepresentation extends FilterRepresentation {
super(name);
}
- public boolean isNil() {
- return true;
- }
-
}