[ivi] Fix build error for ivi profile 22/75322/1 accepted/tizen/mobile/20160620.121827 submit/tizen_mobile/20160620.005920
authorgs86.lee <gs86.lee@samsung.com>
Fri, 17 Jun 2016 10:35:33 +0000 (19:35 +0900)
committergs86.lee <gs86.lee@samsung.com>
Fri, 17 Jun 2016 10:35:33 +0000 (19:35 +0900)
Change-Id: I1360664572e3423ac642d189b7195762ec9e2d3a

src/ivi/hw_key.c

index 4727fc1..bae79c4 100644 (file)
@@ -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;
 }