From 45b995def724828e4e48cffea482dd2aa9c89c26 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 11 Jul 2013 16:24:32 -0400 Subject: removed video format --- MediaBrowser.Controller/Entities/Video.cs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'MediaBrowser.Controller/Entities/Video.cs') diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 5098595122..78f4e3fc24 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -27,19 +27,6 @@ namespace MediaBrowser.Controller.Entities AdditionalPartIds = new List(); } - public VideoFormat VideoFormat - { - get - { - if (!Video3DFormat.HasValue) - { - return VideoFormat.Standard; - } - - return VideoFormat.Digital3D; - } - } - /// /// Gets or sets the type of the video. /// -- cgit v1.2.3