Browse Source

Remove unused function.

pull/92/head
Abhishek 4 years ago
parent
commit
ab40be1cdf
  1. 11
      Clocker/Panel/Notes Popover/NotesPopover.swift

11
Clocker/Panel/Notes Popover/NotesPopover.swift

@ -424,17 +424,6 @@ class NotesPopover: NSViewController {
updateContent() updateContent()
} }
} }
@IBAction func customizeSecondsFormat(_ sender: NSSegmentedControl) {
updateTimezoneInDefaultPreferences(with: sender.selectedSegment, .seconds)
refreshMainTableView()
// Update the display if the chosen menubar mode is compact!
if let delegate = NSApplication.shared.delegate as? AppDelegate {
let handler = delegate.statusItemForPanel()
handler.setupStatusItem()
}
}
} }
extension NotesPopover { extension NotesPopover {

Loading…
Cancel
Save