[Metaballs] Remove all AppDelegate code

It all went to the ViewController
This commit is contained in:
Eryn Wells 2017-08-04 21:12:35 -07:00
parent 22fbaed88c
commit ea3638d12c

View file

@ -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
}
}