Skip to content

Commit

Permalink
drop unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdataflow committed Jan 8, 2025
1 parent 2c28915 commit f16eea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compression/lerc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default class LercDecoder extends BaseDecoder {
super();

this.planarConfiguration = typeof fileDirectory.PlanarConfiguration !== 'undefined' ? fileDirectory.PlanarConfiguration : 1;
this.samplesPerPixel = typeof fileDirectory.SamplesPerPixel !== 'undefined' ? fileDirectory.SamplesPerPixel : 1;

this.addCompression = fileDirectory.LercParameters[LercParameters.AddCompression];
}
Expand Down

0 comments on commit f16eea5

Please sign in to comment.