remove is_split properity in priv since it has a getter method

This commit is contained in:
rhodes-b
2025-09-22 21:22:53 -05:00
parent fd9014952f
commit f36ccc4866
2 changed files with 1 additions and 3 deletions

View File

@@ -172,9 +172,6 @@ pub const SplitTree = extern struct {
/// close dialog.
pending_close: ?Surface.Tree.Node.Handle,
/// True if the current split tree contains more than one surface
is_split: bool = false,
pub var offset: c_int = 0;
};