summaryrefslogtreecommitdiff
path: root/redo/window.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/window.go')
-rw-r--r--redo/window.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/window.go b/redo/window.go
index b138a48..2bb3784 100644
--- a/redo/window.go
+++ b/redo/window.go
@@ -21,7 +21,6 @@ type Window interface {
// Any Controls within the Window are destroyed, and the Window itself is also destroyed.
// Attempting to use a Window after it has been closed results in undefined behavior.
// Close unconditionally closes the Window; it neither raises OnClosing nor checks for a return from OnClosing.
- // TODO make sure the above happens on Mac OS X; it does on Windows and GTK+
Close()
// OnClosing registers an event handler that is triggered when the user clicks the Window's close button.