From 07dd7afa4bce7e7bba9147eb57a9113b75ba1394 Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Tue, 20 Sep 2005 19:34:07 +0000 Subject: [PATCH] Removed unused method git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290542 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fo/flow/TableFObj.java | 13 ------------- 1 file changed, 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 @@ -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 -- 2.39.5