From 699e2a9e0b60fa3efa94b977fdbdda43e4d4572a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 22 Aug 2019 10:28:09 -0400 Subject: [PATCH] more swift cleanup --- src/safari/desktop/AppDelegate.swift | 8 -------- src/safari/desktop/ViewController.swift | 9 --------- 2 files changed, 17 deletions(-) diff --git a/src/safari/desktop/AppDelegate.swift b/src/safari/desktop/AppDelegate.swift index 3a38a41568..9ef5111723 100644 --- a/src/safari/desktop/AppDelegate.swift +++ b/src/safari/desktop/AppDelegate.swift @@ -1,11 +1,3 @@ -// -// AppDelegate.swift -// desktop -// -// Created by Kyle Spearrin on 8/1/19. -// Copyright © 2019 8bit Solutions LLC. All rights reserved. -// - import Cocoa @NSApplicationMain diff --git a/src/safari/desktop/ViewController.swift b/src/safari/desktop/ViewController.swift index 3339611d42..5af73ffee0 100644 --- a/src/safari/desktop/ViewController.swift +++ b/src/safari/desktop/ViewController.swift @@ -1,17 +1,8 @@ -// -// ViewController.swift -// desktop -// -// Created by Kyle Spearrin on 8/1/19. -// Copyright © 2019 8bit Solutions LLC. All rights reserved. -// - import Cocoa class ViewController: NSViewController { override func viewDidLoad() { super.viewDidLoad() - // Do any additional setup after loading the view. }