Skip to content

Commit 40e2a0f

Browse files
committed
Remove Buh
1 parent fdf2df1 commit 40e2a0f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sources/CodeEditTextView/TextView/TextView+Menu.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77

88
import AppKit
99

10-
class Buh: TextAttachment {
11-
var width: CGFloat = 100
12-
13-
func draw(in context: CGContext, rect: NSRect) {
14-
context.setFillColor(NSColor.red.cgColor)
15-
context.fill(rect)
16-
}
17-
}
18-
1910
extension TextView {
2011
override public func menu(for event: NSEvent) -> NSMenu? {
2112
guard event.type == .rightMouseDown else { return nil }

0 commit comments

Comments
 (0)