Remove unused variable
authorMikael Berthe <mikael@lilotux.net>
Sat, 27 May 2017 18:39:13 +0200
changeset 149 e2be5743856b
parent 148 6c763fa86e9a
child 150 7f46bcaf240c
Remove unused variable
cmd/accounts.go
--- a/cmd/accounts.go	Fri May 26 23:04:46 2017 +0200
+++ b/cmd/accounts.go	Sat May 27 18:39:13 2017 +0200
@@ -30,7 +30,6 @@
 	accountIDs                string // For account relationships
 	statusIDs                 string // For account reports
 	comment                   string // For account reports
-	show                      bool   // For account reports
 	displayName, note         string // For account update
 	avatar, header            string // For account update
 }