Browse Source

Remove unused method.

pull/113/head
Abhishek Banthia 3 years ago
parent
commit
d3e51d16ac
  1. 6
      Clocker/AppDelegate.swift

6
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()

Loading…
Cancel
Save