Skip to content

Commit 1d2f62a

Browse files
committed
Remove double declaration of emphasizeAPI
1 parent cb2b96a commit 1d2f62a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/CodeEditTextView/TextView/TextView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@ public class TextView: NSView, NSTextContent {
243243
/// Empasizse text ranges in the text view
244244
public var emphasizeAPI: EmphasizeAPI?
245245

246-
/// Empasizse text ranges in the text view
247-
public var emphasizeAPI: EmphasizeAPI?
248-
249246
// MARK: - Private Properties
250247

251248
var isFirstResponder: Bool = false

0 commit comments

Comments
 (0)