From 8ddd14a54fc33910b7963205226291d54b248516 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 25 Sep 2025 09:02:35 -0400 Subject: [PATCH] cleanup: remove TODOs --- src/shell/grabs/moving.rs | 1 - src/shell/layout/floating/mod.rs | 1 - src/shell/layout/tiling/mod.rs | 2 -- 3 files changed, 4 deletions(-) diff --git a/src/shell/grabs/moving.rs b/src/shell/grabs/moving.rs index 41ebe267..94e28a3e 100644 --- a/src/shell/grabs/moving.rs +++ b/src/shell/grabs/moving.rs @@ -133,7 +133,6 @@ impl MoveGrabState { let guard = corners.lock().unwrap(); - // TODO support multiple radius values Some([ guard.top_right, guard.bottom_right, diff --git a/src/shell/layout/floating/mod.rs b/src/shell/layout/floating/mod.rs index 895394de..b1b9401b 100644 --- a/src/shell/layout/floating/mod.rs +++ b/src/shell/layout/floating/mod.rs @@ -1614,7 +1614,6 @@ impl FloatingLayout { let guard = corners.lock().unwrap(); - // TODO support multiple radius values Some([ guard.top_right, guard.bottom_right, diff --git a/src/shell/layout/tiling/mod.rs b/src/shell/layout/tiling/mod.rs index 9c87b422..25c86d5b 100644 --- a/src/shell/layout/tiling/mod.rs +++ b/src/shell/layout/tiling/mod.rs @@ -5034,7 +5034,6 @@ where let guard = corners.lock().unwrap(); - // TODO support multiple radius values Some([ guard.top_right, guard.bottom_right, @@ -5431,7 +5430,6 @@ where let guard = corners.lock().unwrap(); - // TODO support multiple radius values Some([ guard.top_right, guard.bottom_right,