diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |
