keep cleaning

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-01 01:32:55 -07:00
parent 7d85fd05cd
commit 60d0fa4369
3 changed files with 5 additions and 8 deletions

View File

@ -75,14 +75,6 @@ func generateSubdomain(b *GuiButton) {
}
/*
func addSubdomain(b *GuiButton) {
log.Println("addSubdomain START")
// sub := subdomain.Text()
// log.Println("generateSubdomain subdomain =", sub)
log.Println("addSubdomain END")
}
*/
func AddAccountBox(gw *GuiWindow) *GuiBox {
var gb *GuiBox
gb = new(GuiBox)
@ -198,3 +190,4 @@ func AddAccountBox(gw *GuiWindow) *GuiBox {
return gb
}
*/

View File

@ -14,6 +14,8 @@ import "github.com/davecgh/go-spew/spew"
// import pb "git.wit.com/wit/witProtobuf"
// THIS IS CLEAN
// can not pass any args to this (?)
/*
func setupCloudUI() {

View File

@ -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)