diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-20 17:30:22 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-20 17:30:22 -0400 |
| commit | ecdb7bc09ddbdf2d667b87bac3867c94f3ab32f6 (patch) | |
| tree | d9a893d7988a45d8b846f70488ca29fa1cf38578 | |
| parent | 11daae4a6303113fdbeb39bb4784a92be09b813c (diff) | |
Removed leftover TODO in window_darwin.go.
| -rw-r--r-- | redo/window_darwin.go | 1 |
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 |
