diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-01 15:16:29 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-01 15:16:29 -0400 |
| commit | 593ded848b5bd83e7cd388515a74accac3264c83 (patch) | |
| tree | b6371dbf3cfef99cfc7457f778abdf073023268f /uitask_windows.go | |
| parent | b2f0fe1956ae932e0630ba84a455d22e8580d5e7 (diff) | |
Removed a stray TODO comment whose purpose is long forgotten.
Diffstat (limited to 'uitask_windows.go')
| -rw-r--r-- | uitask_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
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()) } } }() |
