aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/EmbyTV
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 /Emby.Server.Implementations/LiveTv/EmbyTV
parentc4c0894b29898ab6826542abc7a247291b46f804 (diff)
parent78e4e2ed929155b433fc0cbb2ea6fc7f64411a72 (diff)
Merge pull request #797 from Bond-009/warnings
Fix all warnings
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/EmbyTV')
-rw-r--r--Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
index c5ab568ae3..b9a42a6ff7 100644
--- a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
+++ b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
@@ -64,7 +64,6 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
public static EmbyTV Current;
- public event EventHandler DataSourceChanged;
public event EventHandler<GenericEventArgs<TimerInfo>> TimerCreated;
public event EventHandler<GenericEventArgs<string>> TimerCancelled;