Removed a TODO (yes, BWindow::QuitRequested() is correct for what we want, according to the Programming BeOS book).

This commit is contained in:
Pietro Gagliardi 2015-11-20 10:30:07 -05:00
parent b23de8794e
commit f052df5784
1 changed files with 0 additions and 1 deletions

View File

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