From 3a99ee65697ba39397b437c5545530b0b948ce4e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 15 Feb 2014 18:43:49 -0500 Subject: [PATCH] Removed stray TODO left over from copy/paste. --- dialog_windows.go | 1 - 1 file changed, 1 deletion(-) diff --git a/dialog_windows.go b/dialog_windows.go index 04b1d11..6a01f1b 100644 --- a/dialog_windows.go +++ b/dialog_windows.go @@ -93,6 +93,5 @@ func MsgBox(title string, textfmt string, args ...interface{}) { // MsgBoxError displays a message box to the user with just an OK button and an icon indicating an error. func MsgBoxError(title string, textfmt string, args ...interface{}) { - // TODO add an icon? msgBox(fmt.Sprintf(textfmt, args...), title, _MB_OK | _MB_ICONERROR) }