]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added missing file from r651575
authorAndreas L. Delmelle <adelmelle@apache.org>
Fri, 25 Apr 2008 14:13:08 +0000 (14:13 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Fri, 25 Apr 2008 14:13:08 +0000 (14:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651613 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/area/Area.java

index 73b167b999feb2ac47bff0e53514a5e2dd74bccf..ff9f5c7d0daed340bbfab28cf9d963b10687f732 100644 (file)
@@ -367,18 +367,6 @@ public class Area extends AreaTreeObject implements Serializable {
     public void addChildArea(Area child) {
     }
 
-    /**
-     * Add a trait property to this area.
-     *
-     * @param prop the Trait to add
-     */
-    public void addTrait(Trait prop) {
-        if (props == null) {
-            props = new java.util.HashMap(20);
-        }
-        props.put(prop.getPropType(), prop.getData());
-    }
-
     /**
      * Add a trait to this area.
      *