JAL-2759 improvements to speed up synchronisation; caching of size
[jalview.git] / src / jalview / datamodel / RegionsIterator.java
index bafc288..7eb5ff8 100644 (file)
@@ -39,7 +39,9 @@ public class RegionsIterator implements Iterator<int[]>
 
     if (hiddenColumns != null)
     {
-      currentPosition = cursor.findRegionForColumn(start);
+      // TODO remove whole class?
+      // commented out to compile
+      // currentPosition = cursor.findRegionForColumn(start);
 
       if (currentPosition < hiddenColumns.size())
       {