Removed leftover TODO in window_darwin.go.
This commit is contained in:
parent
11daae4a63
commit
ecdb7bc09d
|
@ -73,7 +73,6 @@ func windowClosing(xw unsafe.Pointer) C.BOOL {
|
||||||
w := (*window)(unsafe.Pointer(xw))
|
w := (*window)(unsafe.Pointer(xw))
|
||||||
close := w.closing.fire()
|
close := w.closing.fire()
|
||||||
if close {
|
if close {
|
||||||
// TODO make sure this actually closes the window the way we want
|
|
||||||
return C.YES
|
return C.YES
|
||||||
}
|
}
|
||||||
return C.NO
|
return C.NO
|
||||||
|
|
Loading…
Reference in New Issue