[Information] Remove deprecated enumeration 43/145943/7
authorKichan Kwon <k_c.kwon@samsung.com>
Thu, 24 Aug 2017 08:17:44 +0000 (17:17 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 13 Sep 2017 07:54:38 +0000 (16:54 +0900)
Change-Id: Ieb086a9b08aedd2c114089682224b8e082cb5fc9
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/Tizen.System.Information/RuntimeInfo/Enumerations.cs

index da3b370..ea0281d 100755 (executable)
@@ -30,7 +30,6 @@ namespace Tizen.System
         Bluetooth = 2,
         /// <summary>
         /// Indicates whether Wi-Fi hotspot is enabled.
-        /// <see cref="WifiStatus"/>
         /// </summary>
         WifiHotspot = 3,
         /// <summary>
@@ -86,25 +85,6 @@ namespace Tizen.System
     }
 
     /// <summary>
-    /// Enumeration for the Wi-Fi status.
-    /// </summary>
-    public enum WifiStatus
-    {
-        /// <summary>
-        /// The Wi-Fi is disabled.
-        /// </summary>
-        Disabled,
-        /// <summary>
-        /// The Wi-Fi is enabled and the network connection is not established.
-        /// </summary>
-        Unconnected,
-        /// <summary>
-        /// The network connection is established in a Wi-Fi network.
-        /// </summary>
-        Connected
-    }
-
-    /// <summary>
     /// Enumeration for the GPS status.
     /// </summary>
     public enum GpsStatus