summaryrefslogtreecommitdiffstats
path: root/pkg/gui/view_helpers.go
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-11-10 09:09:18 +0100
committermjarkk <mkopenga@gmail.com>2018-11-10 09:09:18 +0100
commit32ecc6d7452d831e18caf4da481a34b6f6c130a8 (patch)
tree7f19cea5522afd4451983dbd481a5787e29ae6ca /pkg/gui/view_helpers.go
parent834e42897d5c2190a7f108d9be5c910138c1199e (diff)
Removed getPushPassUnameView function
Diffstat (limited to 'pkg/gui/view_helpers.go')
-rw-r--r--pkg/gui/view_helpers.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/gui/view_helpers.go b/pkg/gui/view_helpers.go
index a5414448f..8eca29b44 100644
--- a/pkg/gui/view_helpers.go
+++ b/pkg/gui/view_helpers.go
@@ -290,11 +290,6 @@ func (gui *Gui) getCommitMessageView(g *gocui.Gui) *gocui.View {
return v
}
-func (gui *Gui) getPushPassUnameView(g *gocui.Gui) *gocui.View {
- v, _ := g.View("pushPassUname")
- return v
-}
-
func (gui *Gui) getBranchesView(g *gocui.Gui) *gocui.View {
v, _ := g.View("branches")
return v