Oh surprise, I broke the build with fake_app_server again...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16240 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ab093a2ce4
commit
2bdbc03a1d
@ -234,7 +234,6 @@ AppServer::MainLoop(void)
|
||||
case AS_GET_DESKTOP:
|
||||
case AS_CREATE_APP:
|
||||
case AS_DELETE_APP:
|
||||
case AS_SET_SYSCURSOR_DEFAULTS:
|
||||
DispatchMessage(code, pmsg);
|
||||
break;
|
||||
default:
|
||||
@ -451,14 +450,10 @@ AppServer::DispatchMessage(int32 code, BPrivate::PortLink &msg)
|
||||
release_sem(fAppListLock);
|
||||
break;
|
||||
}
|
||||
|
||||
case B_QUIT_REQUESTED:
|
||||
{
|
||||
break;
|
||||
}
|
||||
case AS_SET_SYSCURSOR_DEFAULTS:
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
// we should never get here.
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user