Fixed: Removed unused references to System.Drawing

pull/3843/head
ta264 5 years ago committed by Qstick
parent e1b0dd00bb
commit 36ab3ecf71

@ -9,7 +9,6 @@ using NzbDrone.Common.EnsureThat;
using NzbDrone.Common.EnvironmentInfo; using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Extensions; using NzbDrone.Common.Extensions;
using NzbDrone.Common.Instrumentation; using NzbDrone.Common.Instrumentation;
using System.Drawing;
namespace NzbDrone.Common.Disk namespace NzbDrone.Common.Disk
{ {

@ -1,7 +1,5 @@
using System; using NzbDrone.Common.Disk;
using NzbDrone.Common.Disk;
using NzbDrone.Common.Http; using NzbDrone.Common.Http;
using System.Drawing;
using NLog; using NLog;
namespace NzbDrone.Core.MediaCover namespace NzbDrone.Core.MediaCover
@ -36,4 +34,4 @@ namespace NzbDrone.Core.MediaCover
return fileSize == headers.ContentLength; return fileSize == headers.ContentLength;
} }
} }
} }

Loading…
Cancel
Save