Remove deprecated APIs in Tizen 3.0
[platform/core/uifw/dali-core.git] / dali / public-api / actors / draw-mode.h
index 68190d9..33fb9ff 100644 (file)
@@ -39,8 +39,7 @@ namespace DrawMode
 enum Type
 {
   NORMAL     = 0, ///< @brief binary 00. The default draw-mode @SINCE_1_0.0
-  OVERLAY_2D = 1, ///< @brief binary 01. Draw the actor and its children as an overlay @SINCE_1_0.0
-  STENCIL    = 3  ///< @DEPRECATED_1_1.31 Will be replaced by separate ClippingMode enum @brief binary 11. Draw the actor and its children into the stencil buffer @SINCE_1_0.0
+  OVERLAY_2D = 1  ///< @brief binary 01. Draw the actor and its children as an overlay @SINCE_1_0.0
 };
 
 } // namespace DrawMode