Block the code to prevent build error 26/42826/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150819.072348 accepted/tizen/tv/20150819.072408 accepted/tizen/wearable/20150819.072421 submit/tizen/20150819.041426 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 3 Jul 2015 01:00:00 +0000 (10:00 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 3 Jul 2015 01:00:00 +0000 (10:00 +0900)
Change-Id: I8dce88feeefa7f5fb6eaa4dcf7902a7dd4f921aa
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
daemon/net_nfc_server_vconf.c

index 4784317..8c7aaf9 100644 (file)
@@ -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,