Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 6, 2018
1 parent 5ced30a commit e122ae5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gifski/MainWindowController.swift
@@ -1,8 +1,6 @@
import Cocoa

final class MainWindowController: NSWindowController {
private var progressObserver: NSKeyValueObservation?

/// TODO: Find a way to set the `frame` after init
private lazy var circularProgress = with(CircularProgress(frame: CGRect(widthHeight: 160))) {
$0.color = .appTheme
Expand Down

0 comments on commit e122ae5

Please sign in to comment.