Remove flight mode vconf key usage in platform 20/45620/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 10 Aug 2015 02:19:21 +0000 (11:19 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 10 Aug 2015 02:20:16 +0000 (11:20 +0900)
Change-Id: Ic424b568087596e4b139b5078c3ab42d126ab672
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/libraries/bt-util.c

index b5a4945..316de0d 100644 (file)
@@ -493,10 +493,7 @@ gboolean _bt_util_is_flight_mode(void)
 
        bool mode = FALSE;
 
-       if (vconf_get_bool(VCONFKEY_SETAPPL_FLIGHT_MODE_BOOL, (void *)&mode)) {
-               BT_DBG("Get the flight mode fail");
-               return FALSE;
-       }
+       /* Remove check the flight mode in platform */
 
        BT_DBG("flight mode: %d", mode);