]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed dead code
authorJeremias Maerki <jeremias@apache.org>
Wed, 8 Jan 2003 13:51:11 +0000 (13:51 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 8 Jan 2003 13:51:11 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195818 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/area/inline/UnresolvedPageNumber.java

index 4a8246dba2a160f700d5ad062af85357ab4b0777..10ea2fdba221eca5e31777b800f312264b1854ce 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * $Id$
- * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2003 The Apache Software Foundation. All rights reserved.
  * For details on use and redistribution please refer to the
  * LICENSE file included with these sources.
  */
@@ -9,7 +9,6 @@ package org.apache.fop.area.inline;
 
 import org.apache.fop.area.PageViewport;
 import org.apache.fop.area.Resolveable;
-import org.apache.fop.area.Trait;
 
 import java.util.List;
 
@@ -58,11 +57,7 @@ public class UnresolvedPageNumber extends Word implements Resolveable {
             String str = page.getPageNumber();
             word = str;
 
-            // update ipd
-            String name = (String) getTrait(Trait.FONT_NAME);
-            int size = ((Integer) getTrait(Trait.FONT_SIZE)).intValue();
-            //FontMetric metrics = fontInfo.getMetricsFor(name);
-            //FontState fs = new FontState(name, metrics, size);
+            /**@todo Update IPD ??? */
         }
     }