Browse Source

remove CheckRemark

tags/2.3
clowwindy 9 years ago
parent
commit
c40e908d05
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      shadowsocks-csharp/Model/Configuration.cs

+ 0
- 6
shadowsocks-csharp/Model/Configuration.cs View File

@@ -37,7 +37,6 @@ namespace Shadowsocks.Model
CheckPort(server.server_port); CheckPort(server.server_port);
CheckPassword(server.password); CheckPassword(server.password);
CheckServer(server.server); CheckServer(server.server);
CheckRemark(server.remarks);
} }
public static Configuration Load() public static Configuration Load()
@@ -138,11 +137,6 @@ namespace Shadowsocks.Model
} }
} }
private static void CheckRemark(string remark)
{
//remark is optional
}
private class JsonSerializerStrategy : SimpleJson.PocoJsonSerializerStrategy private class JsonSerializerStrategy : SimpleJson.PocoJsonSerializerStrategy
{ {
// convert string to int // convert string to int


Loading…
Cancel
Save