You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/08/26 17:49:22 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow PageNumber.java

vmote       2003/08/26 08:49:22

  Modified:    src/java/org/apache/fop/fo/flow PageNumber.java
  Log:
  remove unused field
  
  Revision  Changes    Path
  1.12      +0 -3      xml-fop/src/java/org/apache/fop/fo/flow/PageNumber.java
  
  Index: PageNumber.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/PageNumber.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- PageNumber.java	22 Aug 2003 06:27:34 -0000	1.11
  +++ PageNumber.java	26 Aug 2003 15:49:22 -0000	1.12
  @@ -60,7 +60,6 @@
   import org.apache.fop.fonts.Font;
   import org.apache.fop.fo.properties.CommonMarginInline;
   import org.apache.fop.fo.properties.CommonRelativePosition;
  -import org.apache.fop.layout.TextState;
   
   import org.apache.fop.datatypes.ColorType;
   import org.apache.fop.fo.FONode;
  @@ -81,7 +80,6 @@
       private float green;
       private float blue;
       private int wrapOption;
  -    private TextState ts;
   
       /**
        * @param parent FONode that is the parent of this object
  @@ -142,7 +140,6 @@
           this.blue = c.getBlue();
   
           this.wrapOption = this.properties.get("wrap-option").getEnum();
  -        ts = new TextState();
   
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org