summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-20 17:30:22 -0400
committerPietro Gagliardi <[email protected]>2014-07-20 17:30:22 -0400
commitecdb7bc09ddbdf2d667b87bac3867c94f3ab32f6 (patch)
treed9a893d7988a45d8b846f70488ca29fa1cf38578
parent11daae4a6303113fdbeb39bb4784a92be09b813c (diff)
Removed leftover TODO in window_darwin.go.
-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