Removed leftover TODO in window_darwin.go.

This commit is contained in:
Pietro Gagliardi 2014-07-20 17:30:22 -04:00
parent 11daae4a63
commit ecdb7bc09d
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ func windowClosing(xw unsafe.Pointer) C.BOOL {
w := (*window)(unsafe.Pointer(xw))
close := w.closing.fire()
if close {
// TODO make sure this actually closes the window the way we want
return C.YES
}
return C.NO