aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Video3DFormat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/Video3DFormat.cs')
-rw-r--r--MediaBrowser.Model/Entities/Video3DFormat.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Model/Entities/Video3DFormat.cs b/MediaBrowser.Model/Entities/Video3DFormat.cs
deleted file mode 100644
index 722df4281..000000000
--- a/MediaBrowser.Model/Entities/Video3DFormat.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-
-namespace MediaBrowser.Model.Entities
-{
- public enum Video3DFormat
- {
- HalfSideBySide,
- FullSideBySide,
- FullTopAndBottom,
- HalfTopAndBottom,
- MVC
- }
-}