diff options
| author | Jeff Carr <[email protected]> | 2024-02-14 02:35:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-14 02:35:47 -0600 |
| commit | 73d711ad2b2ebb311fadf9ab3739589df890993a (patch) | |
| tree | 1febfc8449a863920b536e79d7e33e1d35d8150a /structs.go | |
| parent | d7e391fed0843aa56ead128737c2770704846bac (diff) | |
trying to improve older code
Signed-off-by: Jeff Carr <[email protected]>
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 |
