diff options
Diffstat (limited to 'dialog_windows.go')
| -rw-r--r-- | dialog_windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dialog_windows.go b/dialog_windows.go index 6f22df4..d0a34ab 100644 --- a/dialog_windows.go +++ b/dialog_windows.go @@ -103,7 +103,6 @@ func _msgBox(primarytext string, secondarytext string, uType uint32) (result int } func msgBox(primarytext string, secondarytext string) { - // TODO add an icon? _msgBox(primarytext, secondarytext, _MB_OK) } |
