diff --git a/shared/view.h b/shared/view.h index d417b6f..3ac52a6 100644 --- a/shared/view.h +++ b/shared/view.h @@ -26,13 +26,6 @@ namespace DemoHelper { -enum ControlDepthIndexRanges -{ - BACKGROUND_DEPTH_INDEX = -10000000, - CONTENT_DEPTH_INDEX = 0, - DECORATION_DEPTH_INDEX = 10000000 -}; - /** * Provide a style for the view and its tool bar. */