Delete test code 67/42267/1
authorjinwoo.shin <jw0227.shin@samsung.com>
Thu, 25 Jun 2015 05:31:02 +0000 (14:31 +0900)
committerjinwoo.shin <jw0227.shin@samsung.com>
Thu, 25 Jun 2015 05:31:02 +0000 (14:31 +0900)
Change-Id: I9a77ccda39d7f5b8cc3185e9f7b1220b06441879
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
daemon/notification_display_service.c

index f6f4b85..9dd3a27 100644 (file)
@@ -45,14 +45,9 @@ void _notification_changed_cb(void *data, notification_type_e notif_type)
 int main(int argc, char **argv)
 {
        notification_error_e error_n;
-       Evas_Object *win;
 
        elm_init(0, NULL);
 
-       win = elm_win_add(NULL, SERVICE_NAME, ELM_WIN_NOTIFICATION);
-       elm_win_alpha_set(win, EINA_TRUE);
-       evas_object_show(win);
-
        error_n = NOTIFICATION_ERROR_SERVICE_NOT_READY;
        while (error_n != NOTIFICATION_ERROR_NONE) {
                error_n = notification_resister_changed_cb(