diff options
| -rw-r--r-- | dialog_windows.go | 2 |
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") ) |
