]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Third phase of performance improvement.
authorFinn Bock <bckfnn@apache.org>
Wed, 20 Oct 2004 11:51:34 +0000 (11:51 +0000)
committerFinn Bock <bckfnn@apache.org>
Wed, 20 Oct 2004 11:51:34 +0000 (11:51 +0000)
- Remove default ctor. Was only used by PropertyManager.

PR: 31699

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198077 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/properties/CommonAbsolutePosition.java
src/java/org/apache/fop/fo/properties/CommonAural.java
src/java/org/apache/fop/fo/properties/CommonMarginInline.java

index 4babaf2f609094f0eb9edfc571a44b0cc5cf95eb..a9e85f202d30a3e89fb43c9c3ee8b5d610750650 100644 (file)
@@ -53,9 +53,6 @@ public class CommonAbsolutePosition {
      */
     public Length left;
 
-    public CommonAbsolutePosition() {
-    }
-
     /**
      * Create a CommonAbsolutePosition object.
      * @param pList The PropertyList with propery values.
index 68a538b873e10ee1268cb9788e4908d29c9278d2..54a5024a6d42542f8d50b17b17462a105ea5a4e7 100644 (file)
@@ -116,9 +116,6 @@ public class CommonAural {
      */
     public int volume;
 
-    public CommonAural() {
-    }
-
     /**
      * Create a CommonAbsolutePosition object.
      * @param pList The PropertyList with propery values.
index fd23b3d96d258165400af4a073c3bea1140e6695..1597e67522d972ba788b35bb28f0b94cecc474ce 100644 (file)
@@ -59,10 +59,6 @@ public class CommonMarginInline {
      */
     public SpaceProperty spaceEnd;
 
-    public CommonMarginInline() {
-
-    }
-
     /**
      * Create a CommonMarginInline object.
      * @param pList The PropertyList with propery values.