diff options
| author | Jeff Carr <[email protected]> | 2019-06-02 06:39:48 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-02 06:39:48 -0700 |
| commit | 41448f32f694da7d74c220795715b527855a37dc (patch) | |
| tree | 22b03d421eabefe67701aeadfce97e46e434ec65 /misc.go | |
| parent | 4a398149f17b53fcc991ad67e63e4dcbbec94360 (diff) | |
more removal of cloud-control-panel specific code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'misc.go')
| -rw-r--r-- | misc.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,11 +46,13 @@ func AddMainTab(gw *GuiWindow) *GuiBox { box := InitGuiBox(window, nil, ui.NewHorizontalBox(), "MAIN") + /* if (Data.Debug) { log.Println("makeCloudInfoBox() add debugging buttons") addDebuggingButtons(box) box.UiBox.Append(ui.NewVerticalSeparator(), false) } + */ // box := gw.MakeWindow(gw) // abox := makeCloudInfoBox(gw, box) |
