From c2868bdd393a82026a9aa50993fef1983f3c8b33 Mon Sep 17 00:00:00 2001 From: der richter Date: Tue, 23 Feb 2021 15:23:03 +0100 Subject: mac: remove an unused variable --- video/out/mac/window.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out') diff --git a/video/out/mac/window.swift b/video/out/mac/window.swift index 8bff330866..251bc4050d 100644 --- a/video/out/mac/window.swift +++ b/video/out/mac/window.swift @@ -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) } } -- cgit v1.2.3