Removed a TODO (yes, BWindow::QuitRequested() is correct for what we want, according to the Programming BeOS book).
This commit is contained in:
parent
b23de8794e
commit
f052df5784
|
@ -31,7 +31,6 @@ uiHaikuDefineControlWithOnDestroy(
|
||||||
complain("attempt to use default CommitDestroy() code for uiWindow on Haiku"); // on destroy
|
complain("attempt to use default CommitDestroy() code for uiWindow on Haiku"); // on destroy
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO is this correct?
|
|
||||||
bool libuiBWindow::QuitRequested()
|
bool libuiBWindow::QuitRequested()
|
||||||
{
|
{
|
||||||
// manually destroy the window ourselves; don't let the default BWindow code do it directly
|
// manually destroy the window ourselves; don't let the default BWindow code do it directly
|
||||||
|
|
Loading…
Reference in New Issue