diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 09:37:27 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 10:53:55 +0300 |
| commit | 6632699e00dbe7991d6f54272603789c1f4fa1f7 (patch) | |
| tree | 4160d75e221339a293898c5ebf40a33a381a9d4b /src | |
| parent | d3e72245b003cbeed0810bf00c4a445b7c8a652a (diff) | |
| download | niri-6632699e00dbe7991d6f54272603789c1f4fa1f7.tar.gz niri-6632699e00dbe7991d6f54272603789c1f4fa1f7.tar.bz2 niri-6632699e00dbe7991d6f54272603789c1f4fa1f7.zip | |
Remove obsolete TODO
Diffstat (limited to 'src')
| -rw-r--r-- | src/layout/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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<W: LayoutElement> Layout<W> { .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, |
