]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
remove unused local variables in getInlineArea()
authorWilliam Victor Mote <vmote@apache.org>
Mon, 14 Jul 2003 00:44:13 +0000 (00:44 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 14 Jul 2003 00:44:13 +0000 (00:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196696 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/flow/InstreamForeignObject.java

index fd164146a2fac336536792b4dfe3c09ba03f3e3e..c8da3e38280bc62a9e8afdb0b80d0383f6528dd0 100644 (file)
@@ -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