diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-04-17 10:07:29 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-04-17 11:31:34 +0300 |
| commit | fdbc485d78acea2fe701b38edf9016f541cd1dde (patch) | |
| tree | af29b36af11ac3e0905dda4b44c61c2de617beae /src/layout/mod.rs | |
| parent | 7e253d26874e090e59e6e69f0d07b9b492534371 (diff) | |
| download | niri-fdbc485d78acea2fe701b38edf9016f541cd1dde.tar.gz niri-fdbc485d78acea2fe701b38edf9016f541cd1dde.tar.bz2 niri-fdbc485d78acea2fe701b38edf9016f541cd1dde.zip | |
layout: Remove width and is_full_width from InsertHint
They were unused.
Diffstat (limited to 'src/layout/mod.rs')
| -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 f5d1de7b..1ff15c6d 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -2792,8 +2792,6 @@ impl<W: LayoutElement> Layout<W> { ws.set_insert_hint(InsertHint { position, - width: move_.width, - is_full_width: move_.is_full_width, corner_radius, }); } |
