diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-14 08:49:13 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-14 08:49:13 +0000 |
commit | 1ccc95e8f0d86eb9b35167e596b936dd07310922 (patch) | |
tree | 134beb02d8a4c5c200ad5da4eebf0409b771daf8 /src/java/org/apache/fop/fo/properties/CommonFont.java | |
parent | d673a10b7460177bb652b313adb6bca1bbff5516 (diff) | |
download | xmlgraphics-fop-1ccc95e8f0d86eb9b35167e596b936dd07310922.tar.gz xmlgraphics-fop-1ccc95e8f0d86eb9b35167e596b936dd07310922.zip |
Removal of unused method
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/properties/CommonFont.java')
-rwxr-xr-x | src/java/org/apache/fop/fo/properties/CommonFont.java | 9 |
1 files changed, 0 insertions, 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 @@ -114,15 +114,6 @@ public class CommonFont { } /** - * 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. * * @param fontInfo |