summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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