summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-17 14:14:00 -0600
committerJeff Carr <[email protected]>2025-02-17 14:14:00 -0600
commit38a0f70c7861239386c1794073afb9b5ef111742 (patch)
treedfd29bdc979f6bb5d527c54ea24bc60458e589a1 /structs.go
parenteb57f644f744c7ff437259c13f2e87c63cb875ca (diff)
trim old codev0.23.52
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go33
1 files changed, 1 insertions, 32 deletions
diff --git a/structs.go b/structs.go
index 4930d55..733fc8d 100644
--- a/structs.go
+++ b/structs.go
@@ -32,32 +32,7 @@ type autoType struct {
mainWindow *gadgets.BasicWindow
mainBox *gui.Node
- // our view of the repositories
- // repos *repoWindow
-
- // your customized repo preferences and settings
- forge *forgepb.Forge
-
- // #### autotypist Global Build Options
- // what to change all the branches to
- // so, as a developer, you can move all the repos
- // to the 'devel' branch and then test a devel branch build
- // then switch back to your 'username' branch and do a build there
- // toMoveToBranch string
-
- // displays the preferred names used for the repo tree state
- // mainBranch *gadgets.BasicCombobox
- // develBranch *gadgets.BasicCombobox
- // userBranch *gadgets.BasicCombobox
-
- // this button will regenerate everyones go.mod & go.sum
- rerunGoMod *gui.Node
-
- // if checked, will stop trying to os.Exec() things after failure
- stopOnErrors *gui.Node
-
- // button to attempt to autorebuild
- autoRebuildButton *gui.Node
+ forge *forgepb.Forge // your customized repo preferences and settings
// checkbox for --dry-run
autoDryRun *gui.Node
@@ -83,9 +58,3 @@ type autoType struct {
// show the time it took to do a scan
duration *gui.Node
}
-
-/*
-func (my *autoType) GoSrcPath() string {
- return my.goSrcPwd.String()
-}
-*/