summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 20:52:19 -0500
committerJeff Carr <[email protected]>2021-10-31 20:52:19 -0500
commit7fecc2b2a8c87386c0a51c6e4e3942e2def8f514 (patch)
tree0dc46ff8f20042ade44e5abfdd53e6f50fbec184 /area.go
parent39a9970c66d5df9822ff86f3c90813cff9a4c274 (diff)
BOX: more removals of GuiBox
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
-rw-r--r--area.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/area.go b/area.go
index d25bd74..2cf3d18 100644
--- a/area.go
+++ b/area.go
@@ -117,15 +117,6 @@ func (n *Node) ShowTextBox(newText *ui.AttributedString, custom func(*GuiButton)
}
log.Println("ShowTextBox() START gw =", gw)
- /*
- var newbox *GuiBox
- newbox = new(GuiBox)
- newbox.Window = gw
- newbox.Name = name
- hbox := ui.NewVerticalBox()
- newbox.UiBox = hbox
- */
-
// TODO: allow padded & axis here
n.uiBox.SetPadded(true)