macOS: clean up for #14106 (#14111)

I don't know what happened to me, but I didn't notice that I should
delete this🫪
This commit is contained in:
Mitchell Hashimoto
2026-09-01 10:25:35 -07:00
committed by GitHub

View File

@@ -357,7 +357,6 @@ class TerminalController: BaseTerminalController, TabGroupCloseCoordinator.Contr
c.showWindowSafely(self)
c.scheduleInitialPresentation {
c.showWindow(self)
if let window = c.window {
// If we have a tree size, resize the window's content to match
if let treeSize, treeSize.width > 0, treeSize.height > 0 {