Remove deprecated endpoints

This commit is contained in:
JustArchi
2020-08-20 16:11:10 +02:00
parent 55fcb5908f
commit e21994d54c
2 changed files with 0 additions and 30 deletions

View File

@@ -19,7 +19,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
@@ -81,9 +80,6 @@ namespace ArchiSteamFarm.IPC.Requests {
}
}
[Obsolete]
internal TwoFactorAuthenticationConfirmationsRequest(bool accept) => Accept = accept;
[JsonConstructor]
private TwoFactorAuthenticationConfirmationsRequest() { }
}