]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
FOP-3031: Add MCF before MDR in AFP
authorSimon Steiner <ssteiner@apache.org>
Tue, 26 Oct 2021 11:06:09 +0000 (11:06 +0000)
committerSimon Steiner <ssteiner@apache.org>
Tue, 26 Oct 2021 11:06:09 +0000 (11:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1894577 13f79535-47bb-0310-9956-ffa450edef68

fop-core/src/main/java/org/apache/fop/afp/modca/ActiveEnvironmentGroup.java

index 687fea75f255a8628a5f8f827f0aa72946a548ab..ce4825a05452a86a07a4e9d8643da7fc10184843 100644 (file)
@@ -274,23 +274,6 @@ public final class ActiveEnvironmentGroup extends AbstractEnvironmentGroup {
         }
     }
 
-    /**
-     * Getter method for the most recent MapCodedFont added to the
-     * Active Environment Group (returns null if no MapCodedFonts exist)
-     *
-     * @return the most recent Map Coded Font.
-     */
-    private MapCodedFont getCurrentMapCodedFont() {
-        int size = mapCodedFonts.size();
-        if (size > 0) {
-            AbstractStructuredObject font = mapCodedFonts.get(size - 1);
-            if (font instanceof MapCodedFont) {
-                return (MapCodedFont) font;
-            }
-        }
-        return null;
-    }
-
     /**
      * Add map page segment.
      * @param name of segment to add