From: Hermet Park Date: Mon, 5 Aug 2019 11:26:51 +0000 (+0900) Subject: capi: remove unused declaration. X-Git-Tag: submit/tizen/20190812.090759~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7b44b383e88d35d4fce04e8a4ad6d2f882e5a58;p=platform%2Fcore%2Fuifw%2Flottie-player.git capi: remove unused declaration. Add it when it's really necessary. --- diff --git a/inc/rlottiecommon.h b/inc/rlottiecommon.h index 8355de1..72ab232 100644 --- a/inc/rlottiecommon.h +++ b/inc/rlottiecommon.h @@ -52,22 +52,6 @@ * @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,