Confirmed a TODO.

This commit is contained in:
Pietro Gagliardi 2015-05-02 21:05:08 -04:00
parent 454b3ecb03
commit a8fd88a5f9
1 changed files with 0 additions and 1 deletions

View File

@ -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];