From ea3638d12c64a46781cc1e5e8807c0f72fbb6fa3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 4 Aug 2017 21:12:35 -0700 Subject: [PATCH] [Metaballs] Remove all AppDelegate code It all went to the ViewController --- Metaballs/AppDelegate.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Metaballs/AppDelegate.swift b/Metaballs/AppDelegate.swift index 2e99b0f..2cc7ee4 100644 --- a/Metaballs/AppDelegate.swift +++ b/Metaballs/AppDelegate.swift @@ -10,17 +10,10 @@ import Cocoa @NSApplicationMain class AppDelegate: NSObject, NSApplicationDelegate { - - - func applicationDidFinishLaunching(_ aNotification: Notification) { - // Insert code here to initialize your application } func applicationWillTerminate(_ aNotification: Notification) { - // Insert code here to tear down your application } - - }