summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
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)