summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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