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,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace NzbDrone.Core.Model
namespace NzbDrone.Core.Model
{
public class MisnamedEpisodeModel
{

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;
namespace NzbDrone.Core.Model.Xbmc
{

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;
namespace NzbDrone.Core.Model.Xbmc
{

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;
namespace NzbDrone.Core.Model.Xbmc
{

View file

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace NzbDrone.Core.Model.Xbmc
namespace NzbDrone.Core.Model.Xbmc
{
public class TvShow
{

View file

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace NzbDrone.Core.Model.Xbmc
namespace NzbDrone.Core.Model.Xbmc
{
public class TvShowResponse
{

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;
namespace NzbDrone.Core.Model.Xbmc
{

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;
namespace NzbDrone.Core.Model.Xbmc
{

View file

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Model.Xbmc
namespace NzbDrone.Core.Model.Xbmc
{
public class XbmcJsonResult<T>
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Model.Xbmc
{

View file

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Model.Xem
namespace NzbDrone.Core.Model.Xem
{
public class XemResult<T>
{

View file

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Model.Xem
namespace NzbDrone.Core.Model.Xem
{
public class XemSceneTvdbMapping
{

View file

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Model.Xem
namespace NzbDrone.Core.Model.Xem
{
public class XemValues
{