From 028a0a857ab6d7f42544e2ae3a3f79f5632844fc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 12 Mar 2015 10:59:08 -0400 Subject: remove some usage of ActiveService --- MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index fcd973ec29..9b36454d2a 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -14,12 +14,6 @@ namespace MediaBrowser.Controller.LiveTv /// public interface ILiveTvManager { - /// - /// Gets the active service. - /// - /// The active service. - ILiveTvService ActiveService { get; } - /// /// Gets the services. /// -- cgit v1.2.3