mirror of https://github.com/mpv-player/mpv
mac/option: remove now unused computed option variables
This commit is contained in:
parent
204e3f0df6
commit
9e03ab5e1e
|
@ -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 = {
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue