diff --git a/Clocker/Overall App/DataStore.swift b/Clocker/Overall App/DataStore.swift index ca491f1..d87a609 100644 --- a/Clocker/Overall App/DataStore.swift +++ b/Clocker/Overall App/DataStore.swift @@ -24,10 +24,6 @@ class DataStore: NSObject { private static var sharedStore = DataStore(with: UserDefaults.standard) private var userDefaults: UserDefaults! private var ubiquitousStore: NSUbiquitousKeyValueStore? - - // Since these pref can accessed every second, let's cache this - private var shouldDisplayDayInMenubar: Bool = false - private var shouldDisplayDateInMenubar: Bool = false private static let timeFormatsWithSuffix: Set = Set([NSNumber(integerLiteral: 0), NSNumber(integerLiteral: 3), NSNumber(integerLiteral: 4),