From d3e51d16ac3b89870c0c3952c1460d749c1877c5 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Sat, 2 Apr 2022 21:47:12 -0400 Subject: [PATCH] Remove unused method. --- Clocker/AppDelegate.swift | 6 ------ 1 file changed, 6 deletions(-) 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()