summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'new.go')
-rw-r--r--new.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/new.go b/new.go
index 528594d..215977f 100644
--- a/new.go
+++ b/new.go
@@ -71,7 +71,6 @@ func NewRepoStatusWindow(path string) *RepoStatus {
func New(p *gui.Node, path string) *RepoStatus {
rs := &RepoStatus{
- hidden: true,
ready: false,
parent: p,
}
@@ -81,7 +80,6 @@ func New(p *gui.Node, path string) *RepoStatus {
rs.window.Make()
rs.ready = true
rs.window.Custom = func() {
- // rs.hidden = true
rs.Hide()
log.Warn("repostatus user closed the window()")
}