aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/java/org/apache/fop/fo/flow/TableFObj.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/java/org/apache/fop/fo/flow/TableFObj.java b/src/java/org/apache/fop/fo/flow/TableFObj.java
index 8bd88d386..54fa15135 100644
--- a/src/java/org/apache/fop/fo/flow/TableFObj.java
+++ b/src/java/org/apache/fop/fo/flow/TableFObj.java
@@ -133,19 +133,6 @@ public abstract class TableFObj extends FObj {
}
/**
- * Checks whether a given column-number is assigned to
- * an explicit column in the parent table
- * (overridden for TableBody, TableRow)
- *
- * @param colNr the column-number to check
- * @return true if the table has explicit columns, and
- * the column-number is in use
- */
- protected boolean isColumnNumberUsedInTable(int colNr) {
- return false;
- }
-
- /**
* Convenience method to returns a reference
* to the base Table instance
*