Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Oct 4, 2024
1 parent 0b42e1b commit 79f98f2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void close() throws IOException {
}

int mainIFDIndex = 0;
int currentFullResolution = 0;
for (int i=0; i<r.getImageCount(); i++) {
setSeries(i);
int resCount = resCounts[i];
Expand Down Expand Up @@ -159,7 +158,6 @@ public void close() throws IOException {
}

mainIFDIndex++;
currentFullResolution++;
}
mainIFDIndex += (planeCounts[i] * (resCount - 1));
}
Expand Down

0 comments on commit 79f98f2

Please sign in to comment.