diff --git a/osdep/mac/precise_timer.swift b/osdep/mac/precise_timer.swift index d685a18d94..98500a2a60 100644 --- a/osdep/mac/precise_timer.swift +++ b/osdep/mac/precise_timer.swift @@ -24,7 +24,6 @@ struct Timing { class PreciseTimer { unowned var common: Common - var option: OptionHelper { get { return common.option } } let nanoPerSecond: Double = 1e+9 let machToNano: Double = { diff --git a/video/out/mac/view.swift b/video/out/mac/view.swift index f779120696..58657170a2 100644 --- a/video/out/mac/view.swift +++ b/video/out/mac/view.swift @@ -19,7 +19,6 @@ import Cocoa class View: NSView, CALayerDelegate { unowned var common: Common - var option: OptionHelper { get { return common.option } } var input: InputHelper? { get { return common.input } } var tracker: NSTrackingArea?