mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-05 12:57:50 +00:00
macOS: remove dead code from PrimaryWindowController
I think this is a left-over from the refactor that moved this field to the `PrimaryWindowManager`.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import Cocoa
|
||||
|
||||
class PrimaryWindowController: NSWindowController {
|
||||
// Keep track of the last point that our window was launched at so that new
|
||||
// windows "cascade" over each other and don't just launch directly on top
|
||||
// of each other.
|
||||
static var lastCascadePoint = NSPoint(x: 0, y: 0)
|
||||
|
||||
// This is used to programmatically control tabs.
|
||||
weak var windowManager: PrimaryWindowManager?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user