Remove deprecated macro in callback function
[platform/core/api/gesture.git] / 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.