summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-12 07:53:44 -0500
committerJeff Carr <[email protected]>2025-03-12 07:53:44 -0500
commit4fd06bc1592abf1311de7bba631d857cc2bd1178 (patch)
treeeffbfd231a79ef9767ca128d5566116720a3ea9e /structs.go
parentee521994021d7d09c0f90a4f479185cb888b6388 (diff)
remove the 'mode' concept
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index f7a05d1..99d1915 100644
--- a/structs.go
+++ b/structs.go
@@ -67,9 +67,9 @@ type mainType struct {
repoDevelMergeB *gui.Node // "merge to devel" repos button
repoWritableB *gui.Node // "what repos are writable" repos button
demoB *gui.Node // opens the demo
- modeReleaseW *gui.Node // opens the release window
- modePatchW *gui.Node // opens the patch window
- modeUserW *gui.Node // opens the user/hack window
+ // modeReleaseW *gui.Node // opens the release window
+ // modePatchW *gui.Node // opens the patch window
+ // modeUserW *gui.Node // opens the user/hack window
argvCheckoutUser bool // shared between the GUI and the command line tools
argvCheckoutDevel bool // shared between the GUI and the command line tools