From 1ccc95e8f0d86eb9b35167e596b936dd07310922 Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Sat, 14 Jul 2007 08:49:13 +0000 Subject: [PATCH] Removal of unused method 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 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/java/org/apache/fop/fo/properties/CommonFont.java b/src/java/org/apache/fop/fo/properties/CommonFont.java index a131bf45f..8c157e45e 100755 --- a/src/java/org/apache/fop/fo/properties/CommonFont.java +++ b/src/java/org/apache/fop/fo/properties/CommonFont.java @@ -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. * -- 2.39.5