From 07d01e524c767108ae225aa905c42f39778dcafc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 1 Jul 2013 10:02:29 -0400 Subject: removed VideoFormat --- MediaBrowser.Model/Entities/VideoFormat.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 MediaBrowser.Model/Entities/VideoFormat.cs (limited to 'MediaBrowser.Model/Entities/VideoFormat.cs') diff --git a/MediaBrowser.Model/Entities/VideoFormat.cs b/MediaBrowser.Model/Entities/VideoFormat.cs deleted file mode 100644 index ad04203e25..0000000000 --- a/MediaBrowser.Model/Entities/VideoFormat.cs +++ /dev/null @@ -1,21 +0,0 @@ -namespace MediaBrowser.Model.Entities -{ - /// - /// Enum VideoFormat - /// - public enum VideoFormat - { - /// - /// The standard - /// - Standard, - /// - /// The digital3 D - /// - Digital3D, - /// - /// The SBS3 D - /// - Sbs3D - } -} -- cgit v1.2.3