capi: remove unused declaration.
authorHermet Park <hermetpark@gmail.com>
Mon, 5 Aug 2019 11:26:51 +0000 (20:26 +0900)
committerHermet Park <hermetpark@gmail.com>
Mon, 12 Aug 2019 08:30:56 +0000 (17:30 +0900)
Add it when it's really necessary.

inc/rlottiecommon.h

index 8355de1..72ab232 100644 (file)
  * @ingroup Lottie_Animation
  */
 
-
-/**
- * @brief Enumeration for Lottie Player error code.
- */
-typedef enum
-{
-   //TODO: Coding convention??
-    LOT_ANIMATION_ERROR_NONE = 0,
-    LOT_ANIMATION_ERROR_NOT_PERMITTED,
-    LOT_ANIMATION_ERROR_OUT_OF_MEMORY,
-    LOT_ANIMATION_ERROR_INVALID_PARAMETER,
-    LOT_ANIMATION_ERROR_RESULT_OUT_OF_RANGE,
-    LOT_ANIMATION_ERROR_ALREADY_IN_PROGRESS,
-    LOT_ANIMATION_ERROR_UNKNOWN
-} LOTErrorType;
-
 typedef enum
 {
     BrushSolid = 0,