From 70a4b5ce1efcf7c700295e99d5ff2a98ade89f66 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Mon, 24 Oct 2005 16:20:51 +0000 Subject: [PATCH] We don't need those message codes anymore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14491 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index 0a59d779f6..5e32af7368 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -325,21 +325,6 @@ enum { AS_DW_SUPPORTS_WINDOW_MODE, AS_DW_SET_FULLSCREEN, - // TODO: Move these elsewhere. They don't need to - // be shared with libbe - // app_server internal communication - AS_ROOTLAYER_SHOW_WINBORDER, - AS_ROOTLAYER_HIDE_WINBORDER, - AS_ROOTLAYER_DO_INVALIDATE, - AS_ROOTLAYER_DO_REDRAW, - AS_ROOTLAYER_LAYER_MOVE, - AS_ROOTLAYER_LAYER_RESIZE, - AS_ROOTLAYER_LAYER_SCROLL, - AS_ROOTLAYER_LAYER_COPYBITS, - AS_ROOTLAYER_ADD_TO_SUBSET, - AS_ROOTLAYER_REMOVE_FROM_SUBSET, - AS_ROOTLAYER_WINBORDER_SET_WORKSPACES, - AS_ROOTLAYER_DO_CHANGE_WINBORDER_FEEL }; #define AS_PATTERN_SIZE 8