OSDN Git Service

FilterDirectRepresentation always should be considered as has modification.
authorztenghui <ztenghui@google.com>
Mon, 15 Jul 2013 21:18:08 +0000 (14:18 -0700)
committerztenghui <ztenghui@google.com>
Mon, 15 Jul 2013 21:47:26 +0000 (14:47 -0700)
Therefore isNil should be false.

bug:9468909
Change-Id: I9946d060e7a1c73b6dc27c73d8f3b7986343de98

src/com/android/gallery3d/filtershow/filters/FilterDirectRepresentation.java

index 3807ee1..9c986a6 100644 (file)
@@ -22,8 +22,4 @@ public class FilterDirectRepresentation extends FilterRepresentation {
         super(name);
     }
 
-    public boolean isNil() {
-        return true;
-    }
-
 }