summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
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
}