You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2005/09/20 21:34:11 UTC

svn commit: r290542 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java

Author: adelmelle
Date: Tue Sep 20 12:34:07 2005
New Revision: 290542

URL: http://svn.apache.org/viewcvs?rev=290542&view=rev
Log:
Removed unused method

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java?rev=290542&r1=290541&r2=290542&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java Tue Sep 20 12:34:07 2005
@@ -133,19 +133,6 @@
     }
     
     /**
-     * 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
      * 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org