From 593ded848b5bd83e7cd388515a74accac3264c83 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 1 Apr 2014 15:16:29 -0400 Subject: [PATCH] Removed a stray TODO comment whose purpose is long forgotten. --- uitask_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uitask_windows.go b/uitask_windows.go index e536f17..1566cb7 100644 --- a/uitask_windows.go +++ b/uitask_windows.go @@ -58,7 +58,7 @@ func ui(main func()) error { uintptr(0), uintptr(unsafe.Pointer(m))) if r1 == 0 { // failure - panic("error sending message to message loop to call function: " + err.Error()) // TODO + panic("error sending message to message loop to call function: " + err.Error()) } } }()