mac: remove an unused variable

This commit is contained in:
der richter 2021-02-23 15:23:03 +01:00
parent 09d7c75bfe
commit c2868bdd39
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class Window: NSWindow, NSWindowDelegate {
var isInFullscreen: Bool = false
var isAnimating: Bool = false
var isMoving: Bool = false
var forceTargetScreen: Bool = false
var unfsContentFramePixel: NSRect { get { return convertToBacking(unfsContentFrame ?? NSRect(x: 0, y: 0, width: 160, height: 90)) } }
var framePixel: NSRect { get { return convertToBacking(frame) } }