diff --git a/Clocker/Panel/Notes Popover/NotesPopover.swift b/Clocker/Panel/Notes Popover/NotesPopover.swift index df9fb7b..328f592 100644 --- a/Clocker/Panel/Notes Popover/NotesPopover.swift +++ b/Clocker/Panel/Notes Popover/NotesPopover.swift @@ -424,17 +424,6 @@ class NotesPopover: NSViewController { 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 {