[ITC][notification][Non-ACR][Unused notification feature removed] 22/246922/2
authorNibha Sharma <nibha.sharma@samsung.com>
Thu, 5 Nov 2020 07:47:57 +0000 (13:17 +0530)
committershobhit verma <shobhit.v@samsung.com>
Thu, 5 Nov 2020 07:52:16 +0000 (07:52 +0000)
Change-Id: I0b5df86ce5801a0b04a508d7c22e4444e38eb412
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
src/itc/notification/ITs-notification-common.h

index 03c1c43c0ef914252d56e65d20f70e8bd70639a7..3fa41c8fe47510f26ceb44f3aebfbdc9f777c739 100755 (executable)
@@ -44,7 +44,6 @@
 #define FREE_NOTIFICATION(notification)                if(notification != NULL) {notification_free(notification);}
 #define DELETE_NOTIFICATION(notification)              if(notification != NULL) {notification_delete(notification);}
 #define START_TEST                                                             FPRINTF("[Line No : %d][%s] Starting test : %s\\n",__LINE__, API_NAMESPACE, __FUNCTION__);
-#define NOTIFICATION_FEATURE                                   "http://tizen.org/feature/notification"
 
 #define CHECK_HANDLE_CLEANUP(Handle, API, FreeResource) {\
        if ( Handle == NULL )\