From f052df5784351c7921765efdb6a3b4c7bc19aac0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 20 Nov 2015 10:30:07 -0500 Subject: [PATCH] Removed a TODO (yes, BWindow::QuitRequested() is correct for what we want, according to the Programming BeOS book). --- haiku/window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/haiku/window.cpp b/haiku/window.cpp index 5bdf220d..98fa2996 100644 --- a/haiku/window.cpp +++ b/haiku/window.cpp @@ -31,7 +31,6 @@ uiHaikuDefineControlWithOnDestroy( complain("attempt to use default CommitDestroy() code for uiWindow on Haiku"); // on destroy ) -// TODO is this correct? bool libuiBWindow::QuitRequested() { // manually destroy the window ourselves; don't let the default BWindow code do it directly