Remove duplicated type definition 80/308580/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 28 Mar 2024 00:12:25 +0000 (09:12 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 28 Mar 2024 00:12:25 +0000 (09:12 +0900)
The tizen_core_channel_receive_cb() is defined in the tizen_core.h header.

Change-Id: I7a4ebecdc1bf1ef0d273ba3cf4e0b1cf5b763840
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/tizen-core/include/tizen_core_channel.h

index 8b1a23bce8dbdd90f31932e5ee606811d918940f..73737bce29aa3415abd9f3baf97f20f3ec837d33 100644 (file)
@@ -48,18 +48,6 @@ typedef void *tizen_core_channel_receiver_h;
  */
 typedef void *tizen_core_channel_object_h;
 
-/**
- * @brief Called when the channel object is received.
- * @since_tizen 9.0
- * @remarks The @a object must not be deallocated by the application.
- *
- * @param[in] object The tizen core channel object handle
- * @param[in] user_data The user data passed from the registration function
- * @see tizen_core_add_channel()
- */
-typedef void (*tizen_core_channel_receive_cb)(
-    tizen_core_channel_object_h object, void *user_data);
-
 /**
  * @brief Makes a pair of channel sender and receiver.
  * @since_tizen 9.0