Skip to content

Commit 8c26880

Browse files
committed
cleanup
1 parent 870e907 commit 8c26880

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ttext.nim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ proc hover*(self: Main, kind: EventKind) {.slot.} =
1818
self.hasHovered = kind == Enter
1919
refresh(self)
2020

21-
import pretty
22-
2321
proc draw*(self: Main) {.slot.} =
2422
var node = self
2523
rectangle "main":

0 commit comments

Comments
 (0)