aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-25 23:05:01 +0100
committerBond_009 <bond.009@outlook.com>2019-01-25 23:05:01 +0100
commitded9dee22c38e443a237d738bef97bd6d4442324 (patch)
tree3588bef699700c951c16ab3c576ac4aa8420e6b6 /Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
parente0315b569591b71938829a8f35ac264399ef66bd (diff)
Remove more compile time warnings
Diffstat (limited to 'Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs')
-rw-r--r--Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
index aef72c697..d6a7c8b37 100644
--- a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
+++ b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
@@ -502,7 +502,6 @@ namespace Emby.Server.Implementations.Activity
_sessionManager.PlaybackStart -= _sessionManager_PlaybackStart;
_sessionManager.PlaybackStopped -= _sessionManager_PlaybackStopped;
- _subManager.SubtitlesDownloaded -= _subManager_SubtitlesDownloaded;
_subManager.SubtitleDownloadFailure -= _subManager_SubtitleDownloadFailure;
_userManager.UserCreated -= _userManager_UserCreated;