macos: remove the unused resizeEvent code from SplitView

This commit is contained in:
Mitchell Hashimoto
2025-06-04 19:43:47 -07:00
parent 01fa87f2ab
commit f8e3539b7d
2 changed files with 2 additions and 43 deletions

View File

@@ -43,7 +43,6 @@ struct TerminalSplitSubtreeView: View {
}),
dividerColor: ghostty.config.splitDividerColor,
resizeIncrements: .init(width: 1, height: 1),
resizePublisher: .init(),
left: {
TerminalSplitSubtreeView(node: split.left, onResize: onResize)
},