apps/gophers: delete unused fields and arguments

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-07 20:29:39 +02:00
parent 20f9a72c15
commit 3d519c5a37
3 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ func newApp(w *app.Window) *App {
fetch := func(u string) {
a.fetchCommits(a.ctx, u)
}
a.ui = newUI(w.Invalidate, fetch)
a.ui = newUI(fetch)
return a
}