From: gs86.lee Date: Fri, 17 Jun 2016 10:35:33 +0000 (+0900) Subject: [ivi] Fix build error for ivi profile X-Git-Tag: accepted/tizen/mobile/20160620.121827^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de8cdc5297a377594719d93c4a26f094ec710186;p=apps%2Fnative%2Fstarter.git [ivi] Fix build error for ivi profile Change-Id: I1360664572e3423ac642d189b7195762ec9e2d3a --- diff --git a/src/ivi/hw_key.c b/src/ivi/hw_key.c index 4727fc1..bae79c4 100644 --- a/src/ivi/hw_key.c +++ b/src/ivi/hw_key.c @@ -126,9 +126,6 @@ static Eina_Bool _launch_by_home_key(void *data) } ret = home_mgr_open_home(NULL); - if(ret > 0) { - dbus_util_send_home_raise_signal(); - } return ECORE_CALLBACK_CANCEL; } @@ -670,9 +667,6 @@ static Eina_Bool _launch_by_home_key(void *data) } ret = home_mgr_open_home(NULL); - if(ret > 0) { - dbus_util_send_home_raise_signal(); - } return ECORE_CALLBACK_CANCEL; }