[ITC][Notification][Non-ACR][Fix tizeniot build error] 28/215628/1
authorJIHUN <JIHUN87.PARK@samsung.com>
Sun, 13 Oct 2019 23:47:56 +0000 (08:47 +0900)
committerJIHUN <JIHUN87.PARK@samsung.com>
Sun, 13 Oct 2019 23:47:56 +0000 (08:47 +0900)
Change-Id: I26329eaab86873b2f977ef679382a1c1581bcbef
Signed-off-by: JIHUN <JIHUN87.PARK@samsung.com>
src/itc/notification/tct-notification-native_tizeniot.h

index eaa01d57fa1be5a44302d94e92e1d65596b12ea5..1b8716c73d25ec32804a53b9752ce9caf11c9ff5 100755 (executable)
@@ -77,7 +77,6 @@ extern int ITc_noti_ex_item_chat_message_get_time_p(void);
 extern int ITc_noti_ex_item_chat_message_get_message_type_p(void);
 extern int ITc_noti_ex_item_checkbox_create_p(void);
 extern int ITc_noti_ex_item_checkbox_get_title_p(void);
-extern int ITc_noti_ex_item_checkbox_is_checked_p(void);
 extern int ITc_noti_ex_item_entry_create_p(void);
 extern int ITc_noti_ex_item_entry_set_get_text_p(void);
 extern int ITc_noti_ex_item_group_create_destroy_p(void);
@@ -233,7 +232,6 @@ testcase tc_array[] = {
        {"ITc_noti_ex_item_chat_message_get_message_type_p", ITc_noti_ex_item_chat_message_get_message_type_p, ITs_notification_ex_startup, ITs_notification_ex_cleanup},
        {"ITc_noti_ex_item_checkbox_create_p", ITc_noti_ex_item_checkbox_create_p, ITs_notification_ex_startup, ITs_notification_ex_cleanup},
        {"ITc_noti_ex_item_checkbox_get_title_p", ITc_noti_ex_item_checkbox_get_title_p, ITs_notification_ex_startup, ITs_notification_ex_cleanup},
-       {"ITc_noti_ex_item_checkbox_is_checked_p", ITc_noti_ex_item_checkbox_is_checked_p, ITs_notification_ex_startup, ITs_notification_ex_cleanup},
        {"ITc_noti_ex_item_entry_create_p", ITc_noti_ex_item_entry_create_p, ITs_notification_ex_startup, ITs_notification_ex_cleanup},
        {"ITc_noti_ex_item_entry_set_get_text_p", ITc_noti_ex_item_entry_set_get_text_p, ITs_notification_ex_startup, ITs_notification_ex_cleanup},
        {"ITc_noti_ex_item_group_create_destroy_p", ITc_noti_ex_item_group_create_destroy_p, ITs_notification_ex_startup, ITs_notification_ex_cleanup},