JAL-2759 Tidy
[jalview.git] / src / jalview / datamodel / HiddenColumnsCursor.java
index 9b3854d..3501fce 100644 (file)
@@ -90,7 +90,7 @@ public class HiddenColumnsCursor
       // nothing changes; otherwise
       // we deleted the last region (index=hiddenCols.size()-1)
       // or the index was at the end of the alignment (index=hiddenCols.size())
-      HiddenCursorPosition oldpos = cursorPos; // .get();
+      HiddenCursorPosition oldpos = cursorPos;
 
       int index = oldpos.getRegionIndex();
       if (index >= hiddenColumns.size() - 1)
@@ -125,7 +125,7 @@ public class HiddenColumnsCursor
       return null;
     }
 
-    HiddenCursorPosition oldpos = cursorPos;// .get();
+    HiddenCursorPosition oldpos = cursorPos;
     int index = oldpos.getRegionIndex();
     int hiddenCount = oldpos.getHiddenSoFar();
 
@@ -196,7 +196,7 @@ public class HiddenColumnsCursor
       return null;
     }
 
-    HiddenCursorPosition oldpos = cursorPos;// .get();
+    HiddenCursorPosition oldpos = cursorPos;
     int index = oldpos.getRegionIndex();
     int hiddenCount = oldpos.getHiddenSoFar();