JAL-2759 Tidy
authorkiramt <k.mourao@dundee.ac.uk>
Mon, 29 Jan 2018 10:35:47 +0000 (10:35 +0000)
committerkiramt <k.mourao@dundee.ac.uk>
Mon, 29 Jan 2018 10:35:47 +0000 (10:35 +0000)
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();