From fdbc485d78acea2fe701b38edf9016f541cd1dde Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 17 Apr 2025 10:07:29 +0300 Subject: layout: Remove width and is_full_width from InsertHint They were unused. --- src/layout/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/layout/mod.rs') 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 Layout { ws.set_insert_hint(InsertHint { position, - width: move_.width, - is_full_width: move_.is_full_width, corner_radius, }); } -- cgit