cleanup: remove TODOs

This commit is contained in:
Ashley Wulber 2025-09-25 09:02:35 -04:00 committed by Victoria Brekenfeld
parent c6320eec0c
commit 8ddd14a54f
3 changed files with 0 additions and 4 deletions

View file

@ -133,7 +133,6 @@ impl MoveGrabState {
let guard = corners.lock().unwrap();
// TODO support multiple radius values
Some([
guard.top_right,
guard.bottom_right,

View file

@ -1614,7 +1614,6 @@ impl FloatingLayout {
let guard = corners.lock().unwrap();
// TODO support multiple radius values
Some([
guard.top_right,
guard.bottom_right,

View file

@ -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,