summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-14 02:35:47 -0600
committerJeff Carr <[email protected]>2024-02-14 02:35:47 -0600
commit73d711ad2b2ebb311fadf9ab3739589df890993a (patch)
tree1febfc8449a863920b536e79d7e33e1d35d8150a /structs.go
parentd7e391fed0843aa56ead128737c2770704846bac (diff)
trying to improve older code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/structs.go b/structs.go
index 22195bb..b0453b5 100644
--- a/structs.go
+++ b/structs.go
@@ -9,11 +9,8 @@ type RepoStatus struct {
ready bool
changed bool
- // lasttagrev string
tags map[string]string
- parent *gui.Node
-
window *gadgets.BasicWindow
// a window to manage your .git tags
@@ -29,7 +26,6 @@ type RepoStatus struct {
currentBranch *gadgets.OneLiner
currentVersion *gadgets.OneLiner
- // tagsDrop *gadgets.BasicDropdown
lasttag *gadgets.OneLiner
masterBranchVersion *gadgets.OneLiner
@@ -44,7 +40,6 @@ type RepoStatus struct {
mainMergeB *gui.Node
releaseVersion *gui.Node
- // vgroup *gui.Node
minor *gadgets.BasicCombobox
major *gadgets.BasicCombobox
revision *gadgets.BasicCombobox
@@ -60,10 +55,6 @@ type RepoStatus struct {
gitStatusGroup *gui.Node
gitCommandsGroup *gui.Node
- // masterDrop *gadgets.BasicDropdown
- // develDrop *gadgets.BasicDropdown
- // userDrop *gadgets.BasicDropdown
-
showBranchesButton *gui.Node
checkBranchesButton *gui.Node