diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-01 10:02:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-01 10:02:29 -0400 |
| commit | 07d01e524c767108ae225aa905c42f39778dcafc (patch) | |
| tree | ca344c45f27d6c13fa52b58886dfb51d239ec8c2 /MediaBrowser.Model/Entities/VideoFormat.cs | |
| parent | e029b47ca3452615d2b9ead21e47363fd5e9b064 (diff) | |
removed VideoFormat
Diffstat (limited to 'MediaBrowser.Model/Entities/VideoFormat.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/VideoFormat.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/MediaBrowser.Model/Entities/VideoFormat.cs b/MediaBrowser.Model/Entities/VideoFormat.cs deleted file mode 100644 index ad04203e2..000000000 --- a/MediaBrowser.Model/Entities/VideoFormat.cs +++ /dev/null @@ -1,21 +0,0 @@ -namespace MediaBrowser.Model.Entities -{ - /// <summary> - /// Enum VideoFormat - /// </summary> - public enum VideoFormat - { - /// <summary> - /// The standard - /// </summary> - Standard, - /// <summary> - /// The digital3 D - /// </summary> - Digital3D, - /// <summary> - /// The SBS3 D - /// </summary> - Sbs3D - } -} |
