summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 07:12:47 -0600
committerJeff Carr <[email protected]>2025-01-30 07:12:47 -0600
commit33a603798295aa9b563f6ead61f627ce374d2707 (patch)
treed1fdbdfeb9ac7f3626f9be343926b39c6bd8c635 /structs.go
parent71d4cf3c2dd4589e319a456ace90d3853affb103 (diff)
remove lots of old code. breaks a lot too.
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index d8e7833..c943f0a 100644
--- a/structs.go
+++ b/structs.go
@@ -29,8 +29,8 @@ type mainType struct {
urlbase string // base URL
// our view of the repositories
- repos *repoWindow
- patchWin *patchesWindow
+ // repos *repoWindow
+ // patchWin *patchesWindow
mainWindow *gadgets.BasicWindow