From 6632699e00dbe7991d6f54272603789c1f4fa1f7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 2 Nov 2024 09:37:27 +0300 Subject: Remove obsolete TODO --- src/layout/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/layout') diff --git a/src/layout/mod.rs b/src/layout/mod.rs index b404da16..1493152f 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -2258,8 +2258,6 @@ impl Layout { .find(|ws| ws.id() == ws_id) .unwrap(); - // TODO: empty workspaces need to reset their view position right away for this to - // look right. let position = ws.get_insert_position(move_.pointer_pos_within_output - offset); ws.set_insert_hint(InsertHint { position, -- cgit