Removed a stray TODO comment whose purpose is long forgotten.

This commit is contained in:
Pietro Gagliardi 2014-04-01 15:16:29 -04:00
parent b2f0fe1956
commit 593ded848b
1 changed files with 1 additions and 1 deletions

View File

@ -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())
}
}
}()