summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-02 19:54:46 -0700
committerJeff Carr <[email protected]>2019-06-02 19:54:46 -0700
commit1ae99628b59e24c666d48c0d6d9d604393912a7b (patch)
tree2c4c1649028fe3cc619492d919ebeb0c5940f2a2 /area.go
parent5e505b4f7ba2f0da11695fdb9a3c483548b79a89 (diff)
remove one of the last duplicate code functions
this is almost complete 'clean' Signed-off-by: Jeff Carr <[email protected]>
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)