From f71e7005a3ea85fdffa0ac88c33e5e48e7461a02 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Sun, 15 Apr 2018 20:18:23 -0700 Subject: settings: wifi: remove unused http address from Wifi QML Change-Id: I0bd05233465a85d30aa132b0fa5996b9a6a8a926 Signed-off-by: Matt Ranostay --- app/wifi/Wifi.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index 77e0759..b30863c 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -30,11 +30,7 @@ SettingPage { readonly property bool isWifi: true property bool isInitializing: true - property string wifiAPIpath: bindingAddress + '/wifi-manager/' - //http://localhost:12345/api - property string address_str: bindingAddressWS - property string token_str: "" property string api_str: "wifi-manager" property string verb_str: "" -- cgit 1.2.3-korg