Cleanup old winter sale code

This commit is contained in:
JustArchi
2017-06-03 18:59:22 +02:00
parent 76a98c09e8
commit a09271ae3e
4 changed files with 14 additions and 149 deletions

View File

@@ -354,7 +354,6 @@ namespace ArchiSteamFarm.JSON {
}
// Deserialized from JSON
[SuppressMessage("ReSharper", "UnusedMember.Local")]
private Item() { }
internal enum EType : byte {
@@ -368,7 +367,6 @@ namespace ArchiSteamFarm.JSON {
}
}
/*
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
[SuppressMessage("ReSharper", "ClassNeverInstantiated.Global")]
internal sealed class NewDiscoveryQueueResponse {
@@ -380,7 +378,6 @@ namespace ArchiSteamFarm.JSON {
// Deserialized from JSON
private NewDiscoveryQueueResponse() { }
}
*/
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
[SuppressMessage("ReSharper", "ClassNeverInstantiated.Global")]