Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Feb 6, 2016
1 parent 7b9c885 commit 1316949
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AppSigner/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class MainView: NSView, NSURLSessionDataDelegate, NSURLSessionDelegate, NSURLSes
var outputFile: String?
var startSize: CGFloat?
var NibLoaded = false
var updatesWindow: UpdatesController?

//MARK: Constants
let defaults = NSUserDefaults()
Expand Down Expand Up @@ -138,8 +137,6 @@ class MainView: NSView, NSURLSessionDataDelegate, NSURLSessionDelegate, NSURLSes
if NibLoaded == false {
NibLoaded = true

updatesWindow = UpdatesController(windowNibName: "Updates")

// Do any additional setup after loading the view.
populateProvisioningProfiles()
populateCodesigningCerts()
Expand Down

0 comments on commit 1316949

Please sign in to comment.