From d65e2507cc5f2c156239a3d440fb4d6edefdf9e6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 23 May 2019 19:43:16 -0700 Subject: [PATCH] remove bmath's test account finally. thanks for all the fish Signed-off-by: Jeff Carr --- infoTabUI.go | 3 --- 1 file changed, 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)