]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removal of unused method
authorAndreas L. Delmelle <adelmelle@apache.org>
Sat, 14 Jul 2007 08:49:13 +0000 (08:49 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sat, 14 Jul 2007 08:49:13 +0000 (08:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556245 13f79535-47bb-0310-9956-ffa450edef68

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

index a131bf45fe07c605541ae6fe5e93a26bb0e566a2..8c157e45e26c8cd6bc4ba7163005b1012ec7cb7e 100755 (executable)
@@ -113,15 +113,6 @@ public class CommonFont {
         return this.fontFamily;
     }
     
-    /**
-     * Overrides the font-family.
-     * @param value the new font-family
-     */
-    public void overrideFontFamily(String value) {
-        this.fontFamily = new String[] {value};
-        
-    }
-    
     /**
      * Create and return a Font object based on the properties. 
      *