diff --git a/selector/src/lib.rs b/selector/src/lib.rs index 18142882..b8081178 100644 --- a/selector/src/lib.rs +++ b/selector/src/lib.rs @@ -146,18 +146,3 @@ where format!("custom selector: {}", std::any::type_name_of_val(self)) } } - -// pub fn inspect(position: Point) -> impl Selector { -// visible(move |target: Target<'_>, visible_bounds: Rectangle| { -// visible_bounds -// .contains(position) -// .then(|| Match::from_target(target)) -// }) -// } - -// pub fn visible( -// f: impl Fn(Target<'_>, Rectangle) -> Option, -// ) -> impl Selector { -// todo!() -// } -//