diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 23:10:38 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 23:10:38 -0500 | 
| commit | cfc91c8ba6f3549ea013926c2252305153164f02 (patch) | |
| tree | 45ef43fee716ab0d6c4c85838bd54614e1f4c842 | |
| parent | 1c8f502c1b88ff2e819a82bb669707aebffa537a (diff) | |
rm GOSRCHEADv0.22.99v0.22.98v0.22.97v0.22.96v0.22.95v0.22.111v0.22.110v0.22.109v0.22.108v0.22.107v0.22.106v0.22.105v0.22.104v0.22.103v0.22.102v0.22.101v0.22.100guimasterdevel
| -rw-r--r-- | windowMain.go | 32 | 
1 files changed, 0 insertions, 32 deletions
diff --git a/windowMain.go b/windowMain.go index 6b075e3..15cf429 100644 --- a/windowMain.go +++ b/windowMain.go @@ -57,38 +57,6 @@ func NewRepoStatusWindow(repo *gitpb.Repo) (*RepoStatus, error) {  	// show standard git commit and merge controls  	rs.drawGitCommands(primarybox) -	/* -		// save ~/go/src & the whole path strings -		rs.path.SetValue(path) -		rs.goSrcPath.SetValue(os.Getenv("FORGE_GOSRC")) -		rs.realPath.SetValue(rs.pb.GetFullPath()) - -		// add all the tags -		// rs.makeTagBox(box2) - -		// rs.readGitConfig() - -		if rs.pb.GetReadOnly() { -			rs.readOnly.SetValue("true") -		} else { -			rs.readOnly.SetValue("false") -		} -		rs.mainWorkingName.SetText(rs.pb.GetMasterBranchName()) -		rs.mainBranchVersion.SetLabel(rs.pb.GetMasterBranchName()) - -		rs.develWorkingName.SetText(rs.pb.GetDevelBranchName()) -		rs.develBranchVersion.SetLabel(rs.pb.GetDevelBranchName()) - -		rs.userWorkingName.SetText(rs.pb.GetUserBranchName()) -		rs.userBranchVersion.SetLabel(rs.pb.GetUserBranchName()) - -		if rs.pb.GetGoPath() == "" { -			// not golang repo -		} else { -			rs.isGoLang.SetText("true") -			rs.goPath.SetText(rs.pb.GetGoPath()) -		} -	*/  	windowMap[path] = rs  	return rs, nil  }  | 
