Skip to content

Commit

Permalink
Remove unused variable, update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed May 17, 2020
1 parent 1bf9c71 commit e55066c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,7 @@ private void convertPyramid(PyramidSeries s)
currentIndex, currentResolution);
}
else {
// pad the tile to the correct width and height
int paddedHeight = tileBytes.length / region.width;
// padded tile, use descriptor X and Y tile size
byte[] realTile =
new byte[descriptor.tileSizeX * descriptor.tileSizeY];
int totalRows = region.height;
Expand Down

0 comments on commit e55066c

Please sign in to comment.