From: gs86.lee Date: Thu, 18 Feb 2016 02:52:36 +0000 (+0900) Subject: Remove code that is launching pwlock X-Git-Tag: accepted/tizen/wearable/20160218.060203^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2e57878a2a9c6d8d410c26d9b0050388e3fdcc0;p=apps%2Fnative%2Fstarter.git Remove code that is launching pwlock Change-Id: I235cef8c02a7f7b0e522b37f2bc34778fc7e0e06 --- diff --git a/src/wearable/starter.c b/src/wearable/starter.c index 1cc7b84..eb5ee35 100644 --- a/src/wearable/starter.c +++ b/src/wearable/starter.c @@ -37,13 +37,10 @@ #include "home_mgr.h" #include "process_mgr.h" -#define PWLOCK_PKGNAME "org.tizen.b2-pwlock" - int errno; - static struct { int lcd_status; } s_starter = { @@ -149,7 +146,6 @@ static void _init(void) status_active_register_cb(STATUS_ACTIVE_KEY_LANGSET, _change_language_cb, NULL); home_mgr_launch_home(); - process_mgr_must_launch(PWLOCK_PKGNAME, NULL, NULL, NULL, NULL); dbus_util_receive_lcd_status(_on_lcd_changed_receive, NULL);