Skip to content

Commit

Permalink
slice_renderer: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFunk committed Aug 16, 2023
1 parent 72c5c62 commit db4dbb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/slice_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ pub struct SliceRenderer {
scale: egui::Rect,
axis: VolumeAxis,
dimensions: (u32, u32, u32),
spacing: (f32, f32, f32),
pub show_settings_oberlay: bool,
}

Expand Down Expand Up @@ -404,7 +403,6 @@ impl SliceRenderer {
scale,
axis,
dimensions: texture.dimensions,
spacing: texture.spacing,
show_settings_oberlay: true,
})
}
Expand Down

0 comments on commit db4dbb9

Please sign in to comment.