diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-17 02:54:58 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-17 02:54:58 -0500 |
| commit | fd86aa55c8417ac12981989b6641e8726f6d8bf5 (patch) | |
| tree | f8d1b57849ced792ffedc584b95b45bbed3cf68c /uitask_unix.go | |
| parent | 316e5e9db4678d6b3fc545db6e8c54e23d6585e4 (diff) | |
Added GTK+ message boxes.
Diffstat (limited to 'uitask_unix.go')
| -rw-r--r-- | uitask_unix.go | 4 |
1 files changed, 0 insertions, 4 deletions
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...))} |
