diff options
| author | Sven Van den brande <sven.vandenbrande@outlook.com> | 2016-07-29 21:18:03 +0200 |
|---|---|---|
| committer | Sven Van den brande <sven.vandenbrande@outlook.com> | 2016-07-29 21:18:03 +0200 |
| commit | 219cba75069cd2560e9571eee0c7f4a419256dab (patch) | |
| tree | b07e3d7a80f759435a7e367db5602746b331350f /MediaBrowser.Model/Session | |
| parent | 74f511b2ee0dee5c8c5245e4c3d77c17daf67eb8 (diff) | |
Removed redundant Collection Initializers
Removed Using directives that are not required
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index 5c3c9a79c..42263c644 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -1,7 +1,6 @@ using MediaBrowser.Model.Entities; using System; using System.Collections.Generic; -using System.ComponentModel; using System.Diagnostics; namespace MediaBrowser.Model.Session |
