Explorar el Código

Removed unused hyphenation property variables.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196970 13f79535-47bb-0310-9956-ffa450edef68
fop-0_20_2-maintain
Glen Mazza hace 20 años
padre
commit
bd54e7828c

+ 0
- 3
src/org/apache/fop/fo/flow/Block.java Ver fichero

@@ -177,9 +177,6 @@ public class Block extends FObjMixed {
// Common Font Properties
//this.fontState = propMgr.getFontState(area.getFontInfo());

// Common Hyphenation Properties
HyphenationProps mHyphProps = propMgr.getHyphenationProps();

// Common Margin Properties-Block
MarginProps mProps = propMgr.getMarginProps();


+ 0
- 4
src/org/apache/fop/fo/flow/Character.java Ver fichero

@@ -66,7 +66,6 @@ import org.apache.fop.fo.FObj;
import org.apache.fop.layout.LineArea;
import org.apache.fop.apps.FOPException;


/**
* this class represents the flow object 'fo:character'. Its use is defined by
* the spec: "The fo:character flow object represents a character that is mapped to
@@ -124,9 +123,6 @@ public class Character extends FObj {
// Common Font Properties
//this.fontState = propMgr.getFontState(area.getFontInfo());

// Common Hyphenation Properties
HyphenationProps mHyphProps = propMgr.getHyphenationProps();

// Common Margin Properties-Inline
MarginInlineProps mProps = propMgr.getMarginInlineProps();


Cargando…
Cancelar
Guardar