Remove code that is launching pwlock 29/59729/1 accepted/tizen/wearable/20160218.060203 submit/tizen_wearable/20160218.030145
authorgs86.lee <gs86.lee@samsung.com>
Thu, 18 Feb 2016 02:52:36 +0000 (11:52 +0900)
committergs86.lee <gs86.lee@samsung.com>
Thu, 18 Feb 2016 02:52:36 +0000 (11:52 +0900)
Change-Id: I235cef8c02a7f7b0e522b37f2bc34778fc7e0e06

src/wearable/starter.c

index 1cc7b84..eb5ee35 100644 (file)
 #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);