Index: /FCKeditor/trunk/editor/_source/internals/fckdomtools.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckdomtools.js	(revision 675)
+++ /FCKeditor/trunk/editor/_source/internals/fckdomtools.js	(revision 676)
@@ -362,13 +362,4 @@
 			this.PaddingNode = null ;
 		}
-	},
-
-	GetPositionalCellIndex : function( cell )
-	{
-		var row = cell.parentNode ;
-		var retval = 0 ;
-		for ( var i = 0 ; i < cell.cellIndex ; i++ ) 
-			retval += isFinite( row.cells[i].colSpan ) ? row.cells[i].colSpan : 1 ;
-		return retval ;
 	}
 } ;
