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