diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2015-07-03 10:00:00 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2015-07-03 10:00:00 +0900 |
commit | ae683e8530b57680eedec63392649a414ba3dd34 (patch) | |
tree | 5aa62f0c4c84fada31dc0c6cb9f93fb8ef869292 | |
parent | 16edb9ec7e971f516557c3e5369a6d7bf3f08615 (diff) | |
download | nfc-manager-neard-tizen_3.0.m1_mobile.tar.gz nfc-manager-neard-tizen_3.0.m1_mobile.tar.bz2 nfc-manager-neard-tizen_3.0.m1_mobile.zip |
Block the code to prevent build errortizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20150819.041426accepted/tizen/wearable/20150819.072421accepted/tizen/tv/20150819.072408accepted/tizen/mobile/20150819.072348tizen_3.0.m1_tvtizen_3.0.m1_mobile
Change-Id: I8dce88feeefa7f5fb6eaa4dcf7902a7dd4f921aa
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r-- | daemon/net_nfc_server_vconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/net_nfc_server_vconf.c b/daemon/net_nfc_server_vconf.c index 4784317..8c7aaf9 100644 --- a/daemon/net_nfc_server_vconf.c +++ b/daemon/net_nfc_server_vconf.c @@ -39,12 +39,14 @@ static void net_nfc_server_vconf_flight_mode_changed(keynode_t *key, static void vconf_set_flight_mode(int boolval) { +#if 0 gint result; /* set predefined item */ result = vconf_set_bool(VCONFKEY_NFC_PREDEFINED_ITEM_STATE, boolval); if (result != 0) NFC_ERR("can not set to %d: %s", boolval, "VCONKEY_NFC_PREDEFINED_ITEM_STATE"); +#endif } static void net_nfc_server_vconf_pm_state_changed(keynode_t *key, |