Merge "Enum properties added for the text effects style." into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / visuals / animated-vector-image-visual-actions-devel.h
index 6e40c69..1f05bd7 100644 (file)
@@ -39,7 +39,6 @@ enum Type
 {
   PLAY,        ///< Play the animated vector image.
   PAUSE,       ///< Pause the animated vector image.
-  RESUME,      ///< Resume the animated vector image.
   STOP         ///< Stop the animated vector image. This is also Default playback mode.
 };