diff --git a/packaging/com.samsung.dali-demo.spec b/packaging/com.samsung.dali-demo.spec index 1eb3f13..504863e 100755 --- a/packaging/com.samsung.dali-demo.spec +++ b/packaging/com.samsung.dali-demo.spec @@ -2,7 +2,7 @@ Name: com.samsung.dali-demo Summary: The OpenGLES Canvas Core Demo -Version: 1.1.15 +Version: 1.1.16 Release: 1 Group: System/Libraries License: Apache-2.0 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. */