From: Jin Yoon Date: Thu, 3 Aug 2017 01:50:25 +0000 (+0900) Subject: Remove presence API - not working, maybe it'll be deprecated X-Git-Tag: submit/trunk/20170818.095510~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F142152%2F1;p=apps%2Fnative%2Fposition-finder-server.git Remove presence API - not working, maybe it'll be deprecated Change-Id: Idd20dbc094138b274bcbd3ccdbd8c27e0dd4f20a --- diff --git a/src/connectivity.c b/src/connectivity.c index eb720ec..eb281f1 100644 --- a/src/connectivity.c +++ b/src/connectivity.c @@ -353,9 +353,6 @@ int connectivity_init(void) ret = iotcon_set_device_name(ULTRASONIC_RESOURCE_TYPE); goto_if(IOTCON_ERROR_NONE != ret, error); - ret = iotcon_start_presence(10); - goto_if(IOTCON_ERROR_NONE != ret, error); - return 0; error: