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") )