Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed May 27, 2024
1 parent 2c8175c commit f3b200d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/filter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ where
F: Fn(K) -> Q::Subpixel,
K: num::Num + Copy + From<P::Subpixel>,
{
//TODO refactor this to use the `crate::maps` functions once that lands

let (width, height) = image.dimensions();

let mut out = Image::<Q>::new(width, height);
Expand All @@ -134,8 +132,6 @@ where
F: Fn(K) -> Q::Subpixel + Send + Sync,
K: Num + Copy + From<P::Subpixel> + Sync,
{
//TODO refactor this to use the `crate::maps` functions once that lands

use rayon::iter::IndexedParallelIterator;
use rayon::iter::ParallelIterator;

Expand Down

0 comments on commit f3b200d

Please sign in to comment.