cleanup: remove TODOs
This commit is contained in:
parent
c6320eec0c
commit
8ddd14a54f
3 changed files with 0 additions and 4 deletions
|
|
@ -133,7 +133,6 @@ impl MoveGrabState {
|
|||
|
||||
let guard = corners.lock().unwrap();
|
||||
|
||||
// TODO support multiple radius values
|
||||
Some([
|
||||
guard.top_right,
|
||||
guard.bottom_right,
|
||||
|
|
|
|||
|
|
@ -1614,7 +1614,6 @@ impl FloatingLayout {
|
|||
|
||||
let guard = corners.lock().unwrap();
|
||||
|
||||
// TODO support multiple radius values
|
||||
Some([
|
||||
guard.top_right,
|
||||
guard.bottom_right,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue