Remove deprecated macro in callback function 18/297118/1 submit/tizen/20230817.044630
authorsungwook79.park <sungwook79.park@samsung.com>
Thu, 10 Aug 2023 09:28:35 +0000 (18:28 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Thu, 10 Aug 2023 09:28:35 +0000 (18:28 +0900)
Change-Id: Ibdf1a1b4bb1c8018e25d871ebb911b5b6701c465
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
include/gesture.h

index cfa0720..910f45f 100644 (file)
@@ -64,7 +64,7 @@ typedef struct hand_gesture_s *hand_gesture_h;
  *
  * @see hand_gesture_start_recognition()
  */
-typedef void(* hand_gesture_recognition_cb)(hand_gesture_h handle, hand_gesture_type_e gesture, double timestamp, hand_gesture_error_e error, void *user_data) TIZEN_DEPRECATED_API;
+typedef void(* hand_gesture_recognition_cb)(hand_gesture_h handle, hand_gesture_type_e gesture, double timestamp, hand_gesture_error_e error, void *user_data);
 
 /**
  * @deprecated Deprecated since 8.0.
@@ -92,7 +92,7 @@ typedef void(* hand_gesture_recognition_cb)(hand_gesture_h handle, hand_gesture_
  * @see hand_gesture_set_error_cb()
  * @see hand_gesture_unset_error_cb()
  */
-typedef void(* hand_gesture_error_cb)(hand_gesture_h handle, hand_gesture_error_e error, const char* msg, void *user_data) TIZEN_DEPRECATED_API;
+typedef void(* hand_gesture_error_cb)(hand_gesture_h handle, hand_gesture_error_e error, const char* msg, void *user_data);
 
 /**
  * @deprecated Deprecated since 8.0.