Skip to content

Commit

Permalink
Drop outdated comment
Browse files Browse the repository at this point in the history
monitorSmthInaccurate variable was dropped in some revision before
nikitabobko committed Dec 9, 2024
1 parent 57803b1 commit 2891df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/AppBundle/focus.swift
Original file line number Diff line number Diff line change
@@ -50,7 +50,6 @@ struct FrozenFocus: AeroAny, Equatable {
}

var _focus: FrozenFocus = {
// It's fine to call *Inaccurate during startup
let monitor = mainMonitor
return FrozenFocus(windowId: nil, workspaceName: monitor.activeWorkspace.name, monitorId: monitor.monitorId ?? 0)
}()

0 comments on commit 2891df5

Please sign in to comment.