From 0b4be8897b1d041db9931f4726d0dbd9d03a0c58 Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Thu, 30 May 2019 12:02:31 +0200 Subject: Revert "network: add dummy methods for back compatibility" This reverts commit b95b16f5fe5671de805403b8067367e5de3044bc. That commit was introduced to ensure homescreen built without errors while swapping libqtappfw/network interface for a new one. Homescreen is already using the new interface, thus the commit can be reverted Bug-AGL: SPEC-2392 Signed-off-by: Raquel Medina Change-Id: Ie92a16b9f66ddbca9c2502515e12c63fdc9752bb --- network/network.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/network/network.h b/network/network.h index 35d9ce5..21720bc 100644 --- a/network/network.h +++ b/network/network.h @@ -82,17 +82,6 @@ class Network : public QObject "technologies", "technology_properties", }; - - /*To be deleted in next patch, dummy methods to keep homescreen build sane*/ - public: - bool wifiConnected() const { return false; } - bool wifiEnabled() const { return false; } - int wifiStrength() const { return 0; } - signals: - void wifiConnectedChanged(bool connected); - void wifiEnabledChanged(bool enabled); - void wifiStrengthChanged(int strength); - }; #endif // NETWORK_H -- cgit 1.2.3-korg