From fd86aa55c8417ac12981989b6641e8726f6d8bf5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 17 Feb 2014 02:54:58 -0500 Subject: Added GTK+ message boxes. --- uitask_unix.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'uitask_unix.go') diff --git a/uitask_unix.go b/uitask_unix.go index 67d815e..7edbd6b 100644 --- a/uitask_unix.go +++ b/uitask_unix.go @@ -32,7 +32,3 @@ func ui(initDone chan error) { }) gtk_main() } - -// temporary -func MsgBox(string, string, ...interface{}) {} -func MsgBoxError(title string, text string, args ...interface{}) {panic(title+"\n"+fmt.Sprintf(text,args...))} -- cgit v1.2.3