diff options
| -rw-r--r-- | infoTabUI.go | 3 |
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) |
