diff options
Diffstat (limited to 'dialog_unix.go')
| -rw-r--r-- | dialog_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dialog_unix.go b/dialog_unix.go index ec1a4e1..c3c506c 100644 --- a/dialog_unix.go +++ b/dialog_unix.go @@ -43,7 +43,6 @@ func _msgBox(primarytext string, secondarytext string, msgtype C.GtkMessageType, } func msgBox(primarytext string, secondarytext string) { - // TODO add an icon? _msgBox(primarytext, secondarytext, C.GtkMessageType(C.GTK_MESSAGE_OTHER), C.GtkButtonsType(C.GTK_BUTTONS_OK)) } |
