diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 00:48:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 00:48:07 -0600 |
| commit | afe21d3c626200fa647f9597f6037535d2d8554c (patch) | |
| tree | 7828ce4cdcf11e80f1d54e6e30344682df9cbaec /controlBox.go | |
| parent | b1cdb841bc7240fc9aa929ad15a09f0ae618777b (diff) | |
Diffstat (limited to 'controlBox.go')
| -rw-r--r-- | controlBox.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/controlBox.go b/controlBox.go index ce86ad9..3edacb7 100644 --- a/controlBox.go +++ b/controlBox.go @@ -3,7 +3,6 @@ package main import ( "go.wit.com/gui" "go.wit.com/lib/gadgets" - "go.wit.com/lib/gui/repostatus" ) type controlBox struct { @@ -33,7 +32,7 @@ type controlBox struct { currentL *gadgets.OneLiner buildDate *gadgets.OneLiner tagDate *gadgets.BasicEntry - status *repostatus.RepoStatus + // status *repostatus.RepoStatus } // This initializes the control box |
