mac/option: remove now unused computed option variables

This commit is contained in:
der richter 2024-03-19 23:23:02 +01:00
parent 204e3f0df6
commit 9e03ab5e1e
2 changed files with 0 additions and 2 deletions

View File

@ -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 = {

View File

@ -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?