Removed a stray TODO comment whose purpose is long forgotten.
This commit is contained in:
parent
b2f0fe1956
commit
593ded848b
|
@ -58,7 +58,7 @@ func ui(main func()) error {
|
||||||
uintptr(0),
|
uintptr(0),
|
||||||
uintptr(unsafe.Pointer(m)))
|
uintptr(unsafe.Pointer(m)))
|
||||||
if r1 == 0 { // failure
|
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())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
Loading…
Reference in New Issue