summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
Diffstat (limited to 'area.go')
-rw-r--r--area.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/area.go b/area.go
index aee0803..732b241 100644
--- a/area.go
+++ b/area.go
@@ -126,7 +126,6 @@ func ShowTextBox(gw *GuiWindow, newText *ui.AttributedString, custom func(*GuiBu
hbox.SetPadded(true)
add(gw.BoxMap["MAINBOX"], newbox)
- // box := InitGuiBox(gw, nil, ui.NewVerticalBox(), "SplashArea3")
makeGenericArea(newbox, newText, custom)
newbox.UiBox.Append(newbox.Window.Area.UiArea, true)