From 4ab00cce021217a63db9157892006646e2496152 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 14 Nov 2024 21:48:21 -0600 Subject: [PATCH] minor rm --- branchesBox.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/branchesBox.go b/branchesBox.go index 96ef42e..a8be26b 100644 --- a/branchesBox.go +++ b/branchesBox.go @@ -40,12 +40,8 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) { }) rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"` - // rs.targetBranch.AddText("master") newgrid.NextRow() - // runs "git branch --all" - // rs.gitBranchAll() - rs.showBranchesButton = newgrid.NewButton("find jcarr and devel", func() { if rs.TagExists("jcarr") { log.Log(WARN, "tag jcarr exists")