From 36ab3ecf71d0d9aa51aa00341bcd24a69d629f30 Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 15 Oct 2019 21:45:41 +0100 Subject: [PATCH] Fixed: Removed unused references to System.Drawing --- src/NzbDrone.Common/Disk/DiskProviderBase.cs | 1 - .../MediaCover/CoverAlreadyExistsSpecification.cs | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/NzbDrone.Common/Disk/DiskProviderBase.cs b/src/NzbDrone.Common/Disk/DiskProviderBase.cs index 384806c01..cd63867eb 100644 --- a/src/NzbDrone.Common/Disk/DiskProviderBase.cs +++ b/src/NzbDrone.Common/Disk/DiskProviderBase.cs @@ -9,7 +9,6 @@ using NzbDrone.Common.EnsureThat; using NzbDrone.Common.EnvironmentInfo; using NzbDrone.Common.Extensions; using NzbDrone.Common.Instrumentation; -using System.Drawing; namespace NzbDrone.Common.Disk { diff --git a/src/NzbDrone.Core/MediaCover/CoverAlreadyExistsSpecification.cs b/src/NzbDrone.Core/MediaCover/CoverAlreadyExistsSpecification.cs index 49e4f60de..a8493a178 100644 --- a/src/NzbDrone.Core/MediaCover/CoverAlreadyExistsSpecification.cs +++ b/src/NzbDrone.Core/MediaCover/CoverAlreadyExistsSpecification.cs @@ -1,7 +1,5 @@ -using System; -using NzbDrone.Common.Disk; +using NzbDrone.Common.Disk; using NzbDrone.Common.Http; -using System.Drawing; using NLog; namespace NzbDrone.Core.MediaCover @@ -36,4 +34,4 @@ namespace NzbDrone.Core.MediaCover return fileSize == headers.ContentLength; } } -} \ No newline at end of file +}