diff options
Diffstat (limited to 'mainCloudBox.go')
| -rw-r--r-- | mainCloudBox.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go index 7971445..5982a27 100644 --- a/mainCloudBox.go +++ b/mainCloudBox.go @@ -122,6 +122,7 @@ func ShowAccountQuestionTab(gw *GuiWindow) { gw.UiTab.SetMargined(0, true) } +/* func ShowAccountTab(gw *GuiWindow, i int) { log.Println("ShowAccountTab() START") @@ -147,6 +148,7 @@ func ShowAccountTab(gw *GuiWindow, i int) { AddBoxToTab("Create New Account", gw.UiTab, abox.UiBox) } } +*/ func ShowMainTab(gw *GuiWindow) { log.Println("ShowMainTab() gw =", gw) |
