Skip to content

Commit

Permalink
remove a commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jul 7, 2024
1 parent e0da3b7 commit ee75ed0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/raw-rs/src/decoder/arw2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ fn sony_arw2_load_raw<R: Read + Seek>(width: usize, height: usize, curve: CurveL

let mut pixels = [0_u16; 16];
let mut bit = 30;
// for i in 0..16 {
for (i, pixel) in pixels.iter_mut().enumerate() {
*pixel = match () {
_ if i as u32 == index_to_set_max => max,
Expand Down

0 comments on commit ee75ed0

Please sign in to comment.