Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 6, 2024
1 parent 28adcfc commit 0242f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Glyph/NSTextLayoutManager+Additions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ extension NSTextLayoutManager {

enumerateTextLayoutFragments(from: location, options: options, using: { fragment in
let frame = fragment.layoutFragmentFrame
let elementRange = fragment.rangeInElement

var keepGoing: Bool

Expand Down

0 comments on commit 0242f69

Please sign in to comment.