Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Mar 31, 2024
1 parent f3215a4 commit d05aba9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Clocker/Overall App/DataStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<NSNumber> = Set([NSNumber(integerLiteral: 0),
NSNumber(integerLiteral: 3),
NSNumber(integerLiteral: 4),
Expand Down

0 comments on commit d05aba9

Please sign in to comment.