summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redo/window_darwin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/window_darwin.go b/redo/window_darwin.go
index 4fc442a..9d70b1d 100644
--- a/redo/window_darwin.go
+++ b/redo/window_darwin.go
@@ -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