diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 12:04:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 12:04:13 -0400 |
| commit | 7097b9aa7515fa437012fea82ab6c91db0ec8cda (patch) | |
| tree | 95ccb9841fc3379606222df9ff65f64585e099af /MediaBrowser.Model/Entities/ImageDownloadOptions.cs | |
| parent | ff1db0a17341345cb5d625b9a44d02981ce131bf (diff) | |
resharper suggestions in server implementations
Diffstat (limited to 'MediaBrowser.Model/Entities/ImageDownloadOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/ImageDownloadOptions.cs | 6 |
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 { |
