[Connection][TCSACR-106] Remove unused enum AddressInformationType 00/154500/2
authorchleun.moon <chleun.moon@samsung.com>
Tue, 10 Oct 2017 10:13:21 +0000 (19:13 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Fri, 13 Oct 2017 04:30:05 +0000 (13:30 +0900)
Change-Id: I4786fb8217dc0e799acf34ea484c03c1d4b317b6
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionTypes.cs

index 15952c4..b0166ad 100755 (executable)
@@ -246,7 +246,7 @@ namespace Tizen.Network.Connection
         /// </summary>
         Static = 1,
         /// <summary>
-        /// COnfig IP using DHCP client
+        /// Config IP using DHCP client
         /// </summary>
         Dynamic = 2,
         /// <summary>
@@ -369,7 +369,7 @@ namespace Tizen.Network.Connection
         /// </summary>
         InvalidOperation = ErrorCode.InvalidOperation,
         /// <summary>
-        /// Addrss family not supported
+        /// Address family not supported
         /// </summary>
         AddressFamilyNotSupported = ErrorCode.AddressFamilyNotSupported,
         /// <summary>
@@ -538,21 +538,6 @@ namespace Tizen.Network.Connection
         Chap = 2,
     }
 
-    /// <summary>
-    /// Enumeration for the address information type
-    /// </summary>
-    public enum AddressInformationType
-    {
-        /// <summary>
-        /// Connection type
-        /// </summary>
-        Connection = 0,
-        /// <summary>
-        /// Wi-Fi type
-        /// </summary>
-        WiFi = 1
-    }
-
     static internal class Globals
     {
         internal const string LogTag = "Tizen.Network.Connection";