diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index 284fb51..88d9028 100644 --- a/Clocker/AppDelegate.swift +++ b/Clocker/AppDelegate.swift @@ -160,12 +160,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate { } } - private func showAppAlreadyOpenMessage() { - showAlert(message: "An instance of Clocker is already open 😅", - informativeText: "This instance of Clocker will terminate now.", - buttonTitle: "Close") - } - private func showAlert(message: String, informativeText: String, buttonTitle: String) { NSApplication.shared.activate(ignoringOtherApps: true) let alert = NSAlert()