Skip to content

Commit

Permalink
Disable calcChain processing. Remove obsolete code. #174
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavrilov-Ivan committed Jan 20, 2023
1 parent 200eb57 commit 17b7ea5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1128,14 +1128,6 @@ public CellWithBand(BandData bandData, Cell cell) {
this.bandData = bandData;
this.cell = cell;
}

public BandData getBandData() {
return bandData;
}

public Cell getCell() {
return cell;
}
}

protected static class Offset {
Expand Down

0 comments on commit 17b7ea5

Please sign in to comment.