remove unused code about deprecated display APIs 96/145796/1 tizen_4.0 accepted/tizen/unified/20170824.051016 submit/tizen/20170824.024637
authorjomui <jongmun.woo@samsung.com>
Thu, 24 Aug 2017 01:18:24 +0000 (10:18 +0900)
committerjomui <jongmun.woo@samsung.com>
Thu, 24 Aug 2017 01:19:11 +0000 (10:19 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Id4af70a4cda643579cdeb0c5232c91b997e5797a

geofence-server/src/geofence_server.c

index 367b872..e9f60f6 100644 (file)
@@ -20,7 +20,6 @@
 #include <glib.h>
 #include <glib-object.h>
 #include <geofence_client.h>
-#include <dd-display.h>
 #include <vconf.h>
 #include <vconf-internal-wifi-keys.h>
 #include <vconf-internal-dnet-keys.h>
@@ -1149,7 +1148,6 @@ static int __wps_timeout_cb(alarm_id_t alarm_id, void *user_data)
        /*Stop the wps for sometime when there is no fix*/
        __stop_wps_positioning(geofence_server);
        geofence_server->wps_alarm_id = _geofence_add_alarm(10, __wps_alarm_cb, geofence_server);
-       /*display_unlock_state(LCD_OFF, PM_RESET_TIMER);*/
        return 0;
 }