diff options
| author | Jeff Carr <[email protected]> | 2019-06-02 19:54:46 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-02 19:54:46 -0700 |
| commit | 1ae99628b59e24c666d48c0d6d9d604393912a7b (patch) | |
| tree | 2c4c1649028fe3cc619492d919ebeb0c5940f2a2 /area.go | |
| parent | 5e505b4f7ba2f0da11695fdb9a3c483548b79a89 (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.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
