From faf77bbbad62bd3fc93ebf40b5045cd5b7426120 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 14 Jul 2003 00:44:13 +0000 Subject: [PATCH] remove unused local variables in getInlineArea() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196696 13f79535-47bb-0310-9956-ffa450edef68 --- .../fop/fo/flow/InstreamForeignObject.java | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/src/java/org/apache/fop/fo/flow/InstreamForeignObject.java b/src/java/org/apache/fop/fo/flow/InstreamForeignObject.java index fd164146a..c8da3e382 100644 --- a/src/java/org/apache/fop/fo/flow/InstreamForeignObject.java +++ b/src/java/org/apache/fop/fo/flow/InstreamForeignObject.java @@ -65,12 +65,6 @@ import org.apache.fop.fo.properties.DisplayAlign; import org.apache.fop.fo.properties.Overflow; import org.apache.fop.fo.properties.Scaling; import org.apache.fop.fo.properties.TextAlign; -import org.apache.fop.layout.AccessibilityProps; -import org.apache.fop.layout.AuralProps; -import org.apache.fop.layout.BackgroundProps; -import org.apache.fop.layout.BorderAndPadding; -import org.apache.fop.layout.MarginInlineProps; -import org.apache.fop.layout.RelativePositionProps; import org.apache.fop.layoutmgr.LeafNodeLayoutManager; import org.w3c.dom.Document; @@ -130,22 +124,6 @@ public class InstreamForeignObject extends FObj { } XMLObj child = (XMLObj)fo; - // Common Accessibility Properties - AccessibilityProps mAccProps = propMgr.getAccessibilityProps(); - - // Common Aural Properties - AuralProps mAurProps = propMgr.getAuralProps(); - - // Common Border, Padding, and Background Properties - BorderAndPadding bap = propMgr.getBorderAndPadding(); - BackgroundProps bProps = propMgr.getBackgroundProps(); - - // Common Margin Properties-Inline - MarginInlineProps mProps = propMgr.getMarginInlineProps(); - - // Common Relative Position Properties - RelativePositionProps mRelProps = propMgr.getRelativePositionProps(); - // viewport size is determined by block-progression-dimension // and inline-progression-dimension -- 2.39.5