]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed unused method.
authorFinn Bock <bckfnn@apache.org>
Sun, 17 Oct 2004 20:14:10 +0000 (20:14 +0000)
committerFinn Bock <bckfnn@apache.org>
Sun, 17 Oct 2004 20:14:10 +0000 (20:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198048 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/properties/EnumProperty.java

index 1912607a552587307839db691440a934164208cf..32f7dbb008cec05879fef52a17a6956df0e7176f 100644 (file)
@@ -50,10 +50,6 @@ public class EnumProperty extends Property {
             return super.checkEnumValues(value);
         }
 
-        protected Property findConstant(String value) {
-            return null;
-        }
-
         public Property convertProperty(Property p,
                                         PropertyList propertyList,
                                         FObj fo) throws FOPException {