summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-23 19:43:16 -0700
committerJeff Carr <[email protected]>2019-05-23 19:43:16 -0700
commitd65e2507cc5f2c156239a3d440fb4d6edefdf9e6 (patch)
tree4e7e648e794f426ad7d82e2044788320d7bcebff
parente00e6670ed861ddfbc7eb6b17e1f75dfc24801ef (diff)
remove bmath's test account finally. thanks for all the fish
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--infoTabUI.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/infoTabUI.go b/infoTabUI.go
index 957034c..3a9b624 100644
--- a/infoTabUI.go
+++ b/infoTabUI.go
@@ -23,9 +23,6 @@ func makeCloudInfoBox(custom func(int, string)) *ui.Box {
vbox.Append(ui.NewColorButton(), false)
- addXbutton := CreateButton("Show bmath's Account", "BMATH", custom)
- vbox.Append(addXbutton, false)
-
vbox.Append(CreateButton("Add Account", "ADD", custom), false)
vbox.Append(CreateButton("Quit", "QUIT", custom), false)