From d16a9e387d51bf3922482636fea12f590743d107 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 12 Apr 2024 09:06:03 -0700 Subject: [PATCH] Remove outdated `TODO` comment --- src/shell/focus/target.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell/focus/target.rs b/src/shell/focus/target.rs index 9aee23ea..85db9c97 100644 --- a/src/shell/focus/target.rs +++ b/src/shell/focus/target.rs @@ -497,7 +497,6 @@ impl TouchTarget for PointerFocusTarget { TouchTarget::down(window, seat, data, event, seq) } PointerFocusTarget::StackUI(stack) => TouchTarget::down(stack, seat, data, event, seq), - // TODO: implement TouchTarget for Grabs PointerFocusTarget::ResizeFork(fork) => TouchTarget::down(fork, seat, data, event, seq), } }