Remove old converter

This commit is contained in:
JustArchi
2016-07-10 20:57:59 +02:00
parent 8742ace3d7
commit d1e047edf8
5 changed files with 5 additions and 90 deletions

View File

@@ -64,24 +64,6 @@ namespace ArchiSteamFarm {
}
}
// TODO: Converter code will be removed soon
[JsonProperty]
private ObsoleteSteamGuardAccount _SteamGuardAccount;
internal ObsoleteSteamGuardAccount SteamGuardAccount {
get {
return _SteamGuardAccount;
}
set {
if (_SteamGuardAccount == value) {
return;
}
_SteamGuardAccount = value;
Save();
}
}
private readonly object FileLock = new object();
private string FilePath;