aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/ImageDownloadOptions.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 12:04:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 12:04:13 -0400
commit7097b9aa7515fa437012fea82ab6c91db0ec8cda (patch)
tree95ccb9841fc3379606222df9ff65f64585e099af /MediaBrowser.Model/Entities/ImageDownloadOptions.cs
parentff1db0a17341345cb5d625b9a44d02981ce131bf (diff)
resharper suggestions in server implementations
Diffstat (limited to 'MediaBrowser.Model/Entities/ImageDownloadOptions.cs')
-rw-r--r--MediaBrowser.Model/Entities/ImageDownloadOptions.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Entities/ImageDownloadOptions.cs b/MediaBrowser.Model/Entities/ImageDownloadOptions.cs
index 38d442705..b5c3ee392 100644
--- a/MediaBrowser.Model/Entities/ImageDownloadOptions.cs
+++ b/MediaBrowser.Model/Entities/ImageDownloadOptions.cs
@@ -1,8 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using ProtoBuf;
+using ProtoBuf;
namespace MediaBrowser.Model.Entities
{