aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2019-02-04 14:08:21 +0300
committerGitHub <noreply@github.com>2019-02-04 14:08:21 +0300
commit0b3e6548dbea5db4d31e3947cc2406852d8e3733 (patch)
tree58498940d6f7af752b7b62f855670510b699a774 /MediaBrowser.Controller
parentc4c0894b29898ab6826542abc7a247291b46f804 (diff)
parent78e4e2ed929155b433fc0cbb2ea6fc7f64411a72 (diff)
Merge pull request #797 from Bond-009/warnings
Fix all warnings
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/LiveTv/ILiveTvService.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvService.cs b/MediaBrowser.Controller/LiveTv/ILiveTvService.cs
index ba3813d8a..b71a76648 100644
--- a/MediaBrowser.Controller/LiveTv/ILiveTvService.cs
+++ b/MediaBrowser.Controller/LiveTv/ILiveTvService.cs
@@ -13,11 +13,6 @@ namespace MediaBrowser.Controller.LiveTv
public interface ILiveTvService
{
/// <summary>
- /// Occurs when [data source changed].
- /// </summary>
- event EventHandler DataSourceChanged;
-
- /// <summary>
/// Gets the name.
/// </summary>
/// <value>The name.</value>