Fixed build of the fake_app_server.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15015 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,13 +91,6 @@ AppServer::AppServer(void)
|
|||||||
|
|
||||||
gAppServerPort = fMessagePort;
|
gAppServerPort = fMessagePort;
|
||||||
|
|
||||||
// Create the input port. The input_server will send it's messages here.
|
|
||||||
// TODO: If we want multiple user support we would need an individual
|
|
||||||
// port for each user and do the following for each RootLayer.
|
|
||||||
fServerInputPort = create_port(200, SERVER_INPUT_PORT);
|
|
||||||
if (fServerInputPort == B_NO_MORE_PORTS)
|
|
||||||
debugger("app_server could not create input port");
|
|
||||||
|
|
||||||
fAppList = new BList();
|
fAppList = new BList();
|
||||||
fQuittingServer = false;
|
fQuittingServer = false;
|
||||||
make_decorator = NULL;
|
make_decorator = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user