From 688957820feb40f53a5b4d266a7bf6c19b50b7bc Mon Sep 17 00:00:00 2001 From: FivePixels Date: Thu, 3 Jan 2019 15:48:26 -0600 Subject: Unneeded methods go bye bye --- DWA140Menu/AppDelegate.swift | 9 --------- 1 file changed, 9 deletions(-) (limited to 'DWA140Menu') diff --git a/DWA140Menu/AppDelegate.swift b/DWA140Menu/AppDelegate.swift index aacb415..dcb63c9 100644 --- a/DWA140Menu/AppDelegate.swift +++ b/DWA140Menu/AppDelegate.swift @@ -134,12 +134,3 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele } } } - - func applicationDidFinishLaunching(_ notification: Notification) { - constructMenu() - } - - func applicationWillTerminate(_ aNotification: Notification) { - // Insert code here to tear down your application - } -} -- cgit v1.2.3