From d1a87f95305d2fb8f3e2ddd3ae69724b287f3d5c Mon Sep 17 00:00:00 2001 From: lisitao Date: Thu, 18 Apr 2024 01:11:28 +0000 Subject: [PATCH] [NDK] romve unnecessary animateOption Signed-off-by:lisitaolisitao3@huawei.com Signed-off-by: lisitao Change-Id: I5482b395d62271ed06e8f211140dd665fafe0972 --- interfaces/native/native_animate.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/interfaces/native/native_animate.h b/interfaces/native/native_animate.h index e1673857544..fbafc396fba 100644 --- a/interfaces/native/native_animate.h +++ b/interfaces/native/native_animate.h @@ -82,13 +82,6 @@ typedef struct { ArkUI_AnimateCompleteCallback* complete); } ArkUI_NativeAnimateAPI_1; -/** -* @brief Defines the animation configuration. -* -* @since 12 -*/ -typedef struct ArkUI_AnimateOption ArkUI_AnimateOption; - /** * @brief Creates an animation configuration. *