summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dialog_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dialog_unix.go b/dialog_unix.go
index 03ffe3d..b967c7d 100644
--- a/dialog_unix.go
+++ b/dialog_unix.go
@@ -10,7 +10,6 @@ import (
// #include "gtk_unix.h"
// /* because cgo seems to choke on ... */
-// /* TODO does NULL parent make the box application-global? docs are unclear */
// GtkWidget *gtkNewMsgBox(GtkMessageType type, GtkButtonsType buttons, char *title, char *text)
// {
// GtkWidget *k;