From a2e57878a2a9c6d8d410c26d9b0050388e3fdcc0 Mon Sep 17 00:00:00 2001 From: "gs86.lee" Date: Thu, 18 Feb 2016 11:52:36 +0900 Subject: [PATCH] Remove code that is launching pwlock Change-Id: I235cef8c02a7f7b0e522b37f2bc34778fc7e0e06 --- src/wearable/starter.c | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.7.4