cleanup++

This commit is contained in:
2024-11-29 18:13:38 +01:00
parent bd2f2edebb
commit 198aa0ebd0
2 changed files with 0 additions and 3 deletions

View File

@ -88,7 +88,6 @@ impl Stride {
#[derive(Debug)]
pub struct StrideMapping<const STRIDE_NUM: usize = 24> {
pub strides: [Stride; STRIDE_NUM],
pub stride_count: usize,
pub pixel_count: usize,
pub size: Rectangle<StrideSpace>
}
@ -188,7 +187,6 @@ impl<const STRIDE_NUM: usize> StrideMapping<STRIDE_NUM> {
Self {
strides,
stride_count,
pixel_count: physical_idx,
size: s
}