Removed the handling of B_QUIT_REQUESTED in BApplication::DispatchMessage().

It's already done in BLooper. Now we additionally send a reply to it, when
the message comes from the registrar on shutdown.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13419 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-07-04 10:30:38 +00:00
parent 1a02bff863
commit 2f903d78cf
2 changed files with 7 additions and 22 deletions
-6
View File
@@ -856,12 +856,6 @@ BApplication::DispatchMessage(BMessage *message, BHandler *handler)
AboutRequested();
break;
case B_QUIT_REQUESTED:
DBG(message->PrintToStream());
if (QuitRequested())
Quit();
break;
case B_PULSE:
Pulse();
break;