Removed unused using statements

This commit is contained in:
kay.one 2013-07-18 20:47:55 -07:00
commit 9252c5269a
273 changed files with 112 additions and 857 deletions

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Nancy.Security;
namespace NzbDrone.Api.Authentication

View file

@ -3,8 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using NzbDrone.Api.Episodes;
using NzbDrone.Api.Extensions;
using NzbDrone.Api.Mapping;
using NzbDrone.Common;
using NzbDrone.Core.Tv;
namespace NzbDrone.Api.Calendar

View file

@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.IO;
using System.Text.RegularExpressions;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Messaging;
using NzbDrone.Common.Serializer;

View file

@ -1,6 +1,4 @@
using System;
namespace NzbDrone.Api.ClientSchema
namespace NzbDrone.Api.ClientSchema
{
}

View file

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using NzbDrone.Common;
using NzbDrone.Common.Reflection;
using NzbDrone.Core.Annotations;

View file

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Api.ClientSchema
namespace NzbDrone.Api.ClientSchema
{
public class SelectOption
{

View file

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using NzbDrone.Api.Extensions;
using NzbDrone.Common.Composition;

View file

@ -1,5 +1,4 @@
using System.Linq;
using Nancy;
using Nancy;
using Nancy.ErrorHandling;
using NzbDrone.Api.Extensions;

View file

@ -1,6 +1,4 @@
using System.Linq;
namespace NzbDrone.Api.ErrorManagement
namespace NzbDrone.Api.ErrorManagement
{
public class ErrorModel
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Api.Exceptions
{

View file

@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.IO;
using Nancy;
using NzbDrone.Common;
using NzbDrone.Common.Serializer;
namespace NzbDrone.Api.Extensions

View file

@ -5,8 +5,6 @@ using NLog;
using Nancy;
using Nancy.Responses;
using NzbDrone.Common;
using NzbDrone.Api.Extensions;
using NzbDrone.Common.EnvironmentInfo;
namespace NzbDrone.Api.Frontend
{

View file

@ -1,7 +1,6 @@
using System.Linq;
using NzbDrone.Api.Episodes;
using NzbDrone.Api.Extensions;
using NzbDrone.Common;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Tv;

View file

@ -1,7 +1,4 @@
using System;
using NLog;
using Nancy;
using Nancy.Authentication.Basic;
using NLog;
using Nancy.Bootstrapper;
using Nancy.Conventions;
using Nancy.Diagnostics;
@ -9,10 +6,7 @@ using NzbDrone.Api.Authentication;
using NzbDrone.Api.ErrorManagement;
using NzbDrone.Api.Extensions;
using NzbDrone.Api.Frontend;
using NzbDrone.Common;
using NzbDrone.Common.Composition;
using NzbDrone.Common.Messaging;
using NzbDrone.Common.Model;
using NzbDrone.Core.Instrumentation;
using NzbDrone.Core.Lifecycle;
using TinyIoC;

View file

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using NzbDrone.Api.ClientSchema;
using NzbDrone.Common.Reflection;
using NzbDrone.Core.Annotations;
using NzbDrone.Core.Notifications;
using Omu.ValueInjecter;

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using NzbDrone.Core.Datastore;
namespace NzbDrone.Api

View file

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Qualities;
using NzbDrone.Api.Mapping;

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using NzbDrone.Core.Datastore;
using System.Collections.Generic;
using NzbDrone.Core.Qualities;
using NzbDrone.Api.Mapping;
using System.Linq;

View file

@ -1,5 +1,4 @@
using System;
using Nancy;
using Nancy;
using NzbDrone.Api.ErrorManagement;
namespace NzbDrone.Api.REST

View file

@ -1,6 +1,4 @@
using System.ComponentModel;
using FluentValidation;
using Newtonsoft.Json;
using Newtonsoft.Json;
namespace NzbDrone.Api.REST
{

View file

@ -1,8 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using Nancy;
using NzbDrone.Api.Extensions;
using NzbDrone.Api.REST;
using NzbDrone.Core.Tv;
namespace NzbDrone.Api.Seasons

View file

@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NzbDrone.Api.REST;
using NzbDrone.Core.Tv;
namespace NzbDrone.Api.Seasons
{

View file

@ -1,5 +1,4 @@
using NLog;
using NzbDrone.Api.SignalR;
using NzbDrone.Api.SignalR;
namespace NzbDrone.Api.Series
{