summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-31 22:28:02 -0700
committerJeff Carr <[email protected]>2019-05-31 22:28:02 -0700
commita9c1b9321e19d28a1b0b0368094a7d648837d763 (patch)
tree0408473c9ae6f533e668fdeaf32cb4d890d3ec36 /splash.go
parent05ac24551744e0bd03d1f6556582df4fe31c8c5b (diff)
v0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/splash.go b/splash.go
index 95d83e0..da03f3d 100644
--- a/splash.go
+++ b/splash.go
@@ -74,9 +74,6 @@ func ShowSplashBox(gw *GuiWindow, newText *ui.AttributedString) *GuiBox {
okButton := CreateButton(gb, nil, nil, "OK", "AREA", nil)
newbox.Append(okButton.B, false)
- okButton = CreateButton(gb, nil, nil, "NEWTEXT", "NEWTEXT", nil)
- newbox.Append(okButton.B, false)
-
// os.Exit(0)
return gb
}