From a9c1b9321e19d28a1b0b0368094a7d648837d763 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 31 May 2019 22:28:02 -0700 Subject: v0.2 Signed-off-by: Jeff Carr --- splash.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'splash.go') 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 } -- cgit v1.2.3