diff --git a/src/servers/app/ServerWindow.cpp b/src/servers/app/ServerWindow.cpp index bb1c03f667..5141534f3a 100644 --- a/src/servers/app/ServerWindow.cpp +++ b/src/servers/app/ServerWindow.cpp @@ -2155,6 +2155,7 @@ ServerWindow::_DispatchViewDrawingMessage(int32 code, BPrivate::LinkReceiver &li free(string); break; } +#if 0 case AS_LAYER_BEGIN_PICTURE: CRITICAL("AS_LAYER_BEGIN_PICTURE not implemented\n"); break; @@ -2164,7 +2165,7 @@ ServerWindow::_DispatchViewDrawingMessage(int32 code, BPrivate::LinkReceiver &li case AS_LAYER_END_PICTURE: CRITICAL("AS_LAYER_END_PICTURE not implemented\n"); break; - +#endif default: printf("ServerWindow %s received unexpected code - message offset %ld\n", Title(), code - B_OK);