aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Footnote.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/Footnote.java')
-rw-r--r--src/java/org/apache/fop/fo/flow/Footnote.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/java/org/apache/fop/fo/flow/Footnote.java b/src/java/org/apache/fop/fo/flow/Footnote.java
index 1b5506e2d..7c7bc1a91 100644
--- a/src/java/org/apache/fop/fo/flow/Footnote.java
+++ b/src/java/org/apache/fop/fo/flow/Footnote.java
@@ -22,7 +22,6 @@ package org.apache.fop.fo.flow;
import java.util.List;
// XML
-import org.xml.sax.Attributes;
import org.xml.sax.Locator;
import org.xml.sax.SAXParseException;
@@ -58,14 +57,6 @@ public class Footnote extends FObj {
}
/**
- * @see org.apache.fop.fo.FObj#addProperties
- */
- protected void addProperties(Attributes attlist) throws SAXParseException {
- super.addProperties(attlist);
- getFOEventHandler().startFootnote(this);
- }
-
- /**
* @see org.apache.fop.fo.FONode#startOfNode
*/
protected void startOfNode() throws SAXParseException {