From 7fecc2b2a8c87386c0a51c6e4e3942e2def8f514 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Oct 2021 20:52:19 -0500 Subject: BOX: more removals of GuiBox Signed-off-by: Jeff Carr --- area.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'area.go') 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) -- cgit v1.2.3