mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
layout: Remove width and is_full_width from InsertHint
They were unused.
This commit is contained in:
@@ -110,8 +110,6 @@ pub enum InsertPosition {
|
||||
#[derive(Debug)]
|
||||
pub struct InsertHint {
|
||||
pub position: InsertPosition,
|
||||
pub width: ColumnWidth,
|
||||
pub is_full_width: bool,
|
||||
pub corner_radius: CornerRadius,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user