Remove all unused usings

This commit is contained in:
Fernando Fernández
2021-09-06 21:15:21 +02:00
parent 59b67584fc
commit 3d0b1ccae6
40 changed files with 2 additions and 71 deletions

View File

@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
namespace Jellyfin.Extensions

View File

@@ -1,9 +1,4 @@
using System;
using System.ComponentModel;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace Jellyfin.Extensions.Json.Converters
namespace Jellyfin.Extensions.Json.Converters
{
/// <summary>
/// Convert comma delimited string to array of type.

View File

@@ -1,9 +1,4 @@
using System;
using System.ComponentModel;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace Jellyfin.Extensions.Json.Converters
namespace Jellyfin.Extensions.Json.Converters
{
/// <summary>
/// Convert Pipe delimited string to array of type.