aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VideoFormat.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-01 10:02:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-01 10:02:29 -0400
commit07d01e524c767108ae225aa905c42f39778dcafc (patch)
treeca344c45f27d6c13fa52b58886dfb51d239ec8c2 /MediaBrowser.Model/Entities/VideoFormat.cs
parente029b47ca3452615d2b9ead21e47363fd5e9b064 (diff)
removed VideoFormat
Diffstat (limited to 'MediaBrowser.Model/Entities/VideoFormat.cs')
-rw-r--r--MediaBrowser.Model/Entities/VideoFormat.cs21
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
- }
-}