summaryrefslogtreecommitdiff
path: root/controlBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'controlBox.go')
-rw-r--r--controlBox.go3
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