]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed unused method
authorAndreas L. Delmelle <adelmelle@apache.org>
Tue, 20 Sep 2005 19:34:07 +0000 (19:34 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Tue, 20 Sep 2005 19:34:07 +0000 (19:34 +0000)
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

index 8bd88d386fd7bda1c163880908bb00e7fa6968b4..54fa15135a8d3f799d9efb49a330f71b8759087e 100644 (file)
@@ -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