summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-17 14:22:24 -0600
committerJeff Carr <[email protected]>2024-02-17 14:22:24 -0600
commitb298958bcd460763e44348467c1c5bd4591b11e7 (patch)
tree395e4be5e31b3939fc1ca596642be2b0d634db7c /structs.go
parent1b103f2a1c9beb87e61ebbd04fe7cdbf605988ed (diff)
early successes. autotypist works
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 1a779a4..f48b152 100644
--- a/structs.go
+++ b/structs.go
@@ -2,7 +2,6 @@ package repolist
import (
"go.wit.com/gui"
- "go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/repostatus"
)
@@ -24,7 +23,7 @@ type RepoList struct {
autoScan bool
allrepos map[string]*Repo
- reposwin *gadgets.BasicWindow
+ // reposwin *gadgets.BasicWindow
reposbox *gui.Node
reposgrid *gui.Node
reposgroup *gui.Node