From 718c1fc5256599288ff8ac91aea5cbf08884ce4d Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 29 Apr 2005 20:30:41 +0000 Subject: [PATCH] Removed unused stuff git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12510 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/apps/fake_app_server/AppServer.cpp | 29 +------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/src/tests/apps/fake_app_server/AppServer.cpp b/src/tests/apps/fake_app_server/AppServer.cpp index 152ea91b0d..63f206f2f5 100644 --- a/src/tests/apps/fake_app_server/AppServer.cpp +++ b/src/tests/apps/fake_app_server/AppServer.cpp @@ -157,7 +157,6 @@ AppServer::MainLoop(void) case B_QUIT_REQUESTED: case AS_CREATE_APP: case AS_DELETE_APP: - case AS_GET_SCREEN_MODE: case AS_UPDATED_CLIENT_FONTLIST: case AS_QUERY_FONTS_CHANGED: case AS_SET_UI_COLORS: @@ -307,33 +306,7 @@ AppServer::DispatchMessage(int32 code, BPortLink &msg) replylink.Flush(); break; } - case AS_GET_SCREEN_MODE: - { - // Synchronous message call to get the stats on the current screen mode - // in the app_server. Simply a hack in place for the Input Server until - // BScreens are done. - - // Attached Data: - // 1) port_id - port to reply to - - // Returned Data: - // 1) int32 width - // 2) int32 height - // 3) int depth - - display_mode dmode; - - port_id replyport=-1; - if(msg.Read(&replyport)(dmode); - replylink.Flush(); - break; - } - + case AS_UPDATED_CLIENT_FONTLIST: case AS_SET_UI_COLORS: case AS_SET_DECORATOR: