Skip to content

Commit

Permalink
Drop unnecessary public
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Dec 17, 2024
1 parent 581362e commit fea58bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imageops/sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ pub(crate) fn gaussian_blur_dyn_image(image: &DynamicImage, sigma: f32) -> Dynam
}
}

pub(crate) fn gaussian_blur_indirect<I: GenericImageView>(
fn gaussian_blur_indirect<I: GenericImageView>(
image: &I,
sigma: f32,
) -> ImageBuffer<I::Pixel, Vec<<I::Pixel as Pixel>::Subpixel>>
Expand Down

0 comments on commit fea58bd

Please sign in to comment.