From d3938adf63247cb7393be427f7f5f67d90b4c3b2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 7 Jul 2025 19:58:34 -0500 Subject: deprecate the "forge mode" concept unfortunately, this was a bad idea. boo I wasted lots of time on this. live and learn --- structs.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index a6f4cc7..012ab28 100644 --- a/structs.go +++ b/structs.go @@ -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 } -- cgit v1.2.3