aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VideoFormat.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-11 16:24:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-11 16:24:32 -0400
commit45b995def724828e4e48cffea482dd2aa9c89c26 (patch)
tree7309a0a8f759cc73421225afdeb7440a42b767a4 /MediaBrowser.Model/Entities/VideoFormat.cs
parent24bb7c393f55901f779c79088b35304cb1cdc855 (diff)
removed video format
Diffstat (limited to 'MediaBrowser.Model/Entities/VideoFormat.cs')
-rw-r--r--MediaBrowser.Model/Entities/VideoFormat.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Model/Entities/VideoFormat.cs b/MediaBrowser.Model/Entities/VideoFormat.cs
deleted file mode 100644
index 8dfd9573c..000000000
--- a/MediaBrowser.Model/Entities/VideoFormat.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace MediaBrowser.Model.Entities
-{
- public enum VideoFormat
- {
- Standard,
- Digital3D,
- Sbs3D
- }
-}