From d05aba977fb8b0fcf664439a2e9504175b091792 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Sun, 31 Mar 2024 15:39:27 -0400 Subject: [PATCH] Remove unused variables. --- Clocker/Overall App/DataStore.swift | 4 ---- 1 file changed, 4 deletions(-) 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),