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