From 56d3a6f6f6a7d00929b02bd619ebe0ad7ee45755 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Mon, 3 Jun 2013 15:19:04 +0900 Subject: [PATCH] remove notification clear on every osp applicatio nstart Change-Id: I04ab3a88ad94b406d9eebf2c128aa803f5244980 Signed-off-by: Young Ik Cho --- src/app/FApp_AppImpl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/FApp_AppImpl.cpp b/src/app/FApp_AppImpl.cpp index 346a974..73147b0 100644 --- a/src/app/FApp_AppImpl.cpp +++ b/src/app/FApp_AppImpl.cpp @@ -159,10 +159,6 @@ _AppImpl::Execute(_IAppImpl* pIAppImpl) pAppImpl->SetLegacyRequestHandler(); } - // clear previous notification - // [INFO] behavior change : platform does not clear previous notification - notification_delete_all_by_type(NULL, NOTIFICATION_TYPE_NOTI); - app_event_callback_s state_handler; memset(&state_handler, 0, sizeof(app_event_callback_s)); -- 2.7.4