diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -37,17 +37,9 @@ type mainType struct { gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL // these hold the branches that the user can switch all the repositories to them - newBranch *gui.Node // deprecate? - setBranchB *gui.Node // deprecate? reposWinB *gui.Node // button that opens the repos window repoAllB *gui.Node // "all" repos button repoDirtyB *gui.Node // "dirty" repos button repoDevelMergeB *gui.Node // "merge to devel" repos button repoWritableB *gui.Node // "what repos are writable" repos button - - // deprecate these - forgeMode *gui.Node // is the user in 'master', 'devel' or 'user' branches - argvCheckoutUser bool // shared between the GUI and the command line tools - argvCheckoutDevel bool // shared between the GUI and the command line tools - argvCheckoutMaster bool // shared between the GUI and the command line tools } |
