summaryrefslogtreecommitdiff
path: root/dialog_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'dialog_windows.go')
-rw-r--r--dialog_windows.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/dialog_windows.go b/dialog_windows.go
index dec06ae..131319d 100644
--- a/dialog_windows.go
+++ b/dialog_windows.go
@@ -7,8 +7,6 @@ import (
"os"
)
-// TODO change what the default window titles are?
-
var (
_messageBox = user32.NewProc("MessageBoxW")
)