From: Andreas L. Delmelle Date: Tue, 20 Sep 2005 19:34:07 +0000 (+0000) Subject: Removed unused method X-Git-Tag: fop-0_90-alpha1~190 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=07dd7afa4bce7e7bba9147eb57a9113b75ba1394;p=xmlgraphics-fop.git Removed unused method git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290542 13f79535-47bb-0310-9956-ffa450edef68 --- 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 @@ -132,19 +132,6 @@ public abstract class TableFObj extends FObj { return false; } - /** - * 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