From fa3a5174fe2b0bad7cc021ad91c761046df77cea Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 13 Jun 2013 11:58:47 -0400 Subject: removed unused properties --- MediaBrowser.Controller/Entities/TV/Episode.cs | 19 +------------------ MediaBrowser.Controller/Entities/TV/Season.cs | 16 +++------------- 2 files changed, 4 insertions(+), 31 deletions(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index 116997d96..7e8540ebe 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -1,7 +1,4 @@ -using MediaBrowser.Common.Extensions; -using MediaBrowser.Model.Entities; -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; @@ -131,20 +128,6 @@ namespace MediaBrowser.Controller.Entities.TV } } - /// - /// We persist the MB Id of our series object so we can always find it no matter - /// what context we happen to be loaded from. - /// - /// The series item id. - public Guid SeriesItemId { get; set; } - - /// - /// We persist the MB Id of our season object so we can always find it no matter - /// what context we happen to be loaded from. - /// - /// The season item id. - public Guid SeasonItemId { get; set; } - /// /// The _series /// diff --git a/MediaBrowser.Controller/Entities/TV/Season.cs b/MediaBrowser.Controller/Entities/TV/Season.cs index 79d608459..b4dc3eae4 100644 --- a/MediaBrowser.Controller/Entities/TV/Season.cs +++ b/MediaBrowser.Controller/Entities/TV/Season.cs @@ -1,11 +1,8 @@ -using System.Collections.Generic; -using System.IO; -using MediaBrowser.Common.Extensions; -using MediaBrowser.Controller.IO; -using MediaBrowser.Controller.Library; +using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Localization; -using MediaBrowser.Model.Entities; using System; +using System.Collections.Generic; +using System.IO; using System.Runtime.Serialization; namespace MediaBrowser.Controller.Entities.TV @@ -82,13 +79,6 @@ namespace MediaBrowser.Controller.Entities.TV return base.GetUserDataKey(); } - /// - /// We persist the MB Id of our series object so we can always find it no matter - /// what context we happen to be loaded from. - /// - /// The series item id. - public Guid SeriesItemId { get; set; } - /// /// The _series /// -- cgit v1.2.3