summaryrefslogtreecommitdiff
path: root/textbox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-19 02:48:20 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:45 -0600
commitb257b05f7bd4e431f3fa8a1eeec30c73f6eac865 (patch)
tree11d3c53556f04e93ba90f85127e937e9fccb095b /textbox.go
parent4087d77add8579b0fa0c738830d07ab3af6aad02 (diff)
string rows
Diffstat (limited to 'textbox.go')
-rw-r--r--textbox.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/textbox.go b/textbox.go
index 2b28fae..48557b4 100644
--- a/textbox.go
+++ b/textbox.go
@@ -2,7 +2,6 @@ package gui
import (
"go.wit.com/log"
-
"go.wit.com/widget"
)