From a8fd88a5f99dde97eca4928ce95e1ad7190327b0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 2 May 2015 21:05:08 -0400 Subject: [PATCH] Confirmed a TODO. --- darwin/window.m | 1 - 1 file changed, 1 deletion(-) diff --git a/darwin/window.m b/darwin/window.m index f0bcbf72..1b35a678 100644 --- a/darwin/window.m +++ b/darwin/window.m @@ -185,7 +185,6 @@ uiWindow *uiNewWindow(const char *title, int width, int height, int hasMenubar) // explicitly release when closed // the only thing that closes the window is us anyway - // (TODO confirm this when terminating from the Dock or shutting down) [w->window setReleasedWhenClosed:YES]; w->delegate = [windowDelegate new];