Removed redundant Collection Initializers

Removed Using directives that are not required
This commit is contained in:
Sven Van den brande
2016-07-29 21:18:03 +02:00
parent 74f511b2ee
commit 219cba7506
86 changed files with 36 additions and 195 deletions

View File

@@ -1,6 +1,5 @@
using System.Runtime.Serialization;
using MediaBrowser.Controller.Providers;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Library;
using MediaBrowser.Model.Querying;
using System;
@@ -8,7 +7,6 @@ using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Library;
namespace MediaBrowser.Controller.Entities
{