From d8559f31e853bef3fa18505b5468d3e159672042 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Thu, 24 Aug 2017 17:17:44 +0900 Subject: [PATCH] [Information] Remove deprecated enumeration Change-Id: Ieb086a9b08aedd2c114089682224b8e082cb5fc9 Signed-off-by: Kichan Kwon --- .../RuntimeInfo/Enumerations.cs | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/Tizen.System.Information/RuntimeInfo/Enumerations.cs b/src/Tizen.System.Information/RuntimeInfo/Enumerations.cs index da3b370..ea0281d 100755 --- a/src/Tizen.System.Information/RuntimeInfo/Enumerations.cs +++ b/src/Tizen.System.Information/RuntimeInfo/Enumerations.cs @@ -30,7 +30,6 @@ namespace Tizen.System Bluetooth = 2, /// /// Indicates whether Wi-Fi hotspot is enabled. - /// /// WifiHotspot = 3, /// @@ -86,25 +85,6 @@ namespace Tizen.System } /// - /// Enumeration for the Wi-Fi status. - /// - public enum WifiStatus - { - /// - /// The Wi-Fi is disabled. - /// - Disabled, - /// - /// The Wi-Fi is enabled and the network connection is not established. - /// - Unconnected, - /// - /// The network connection is established in a Wi-Fi network. - /// - Connected - } - - /// /// Enumeration for the GPS status. /// public enum GpsStatus -- 2.7.4