aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2019-01-29 19:32:08 +0300
committerGitHub <noreply@github.com>2019-01-29 19:32:08 +0300
commitc8cb9080043e035834bb9a01d78c21d0f770e35f (patch)
tree04ac2b3c61fac282d260b239cae6368676782ecb /Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
parent8ab08dd041a44200786606ce737e49523e0169fd (diff)
parentded9dee22c38e443a237d738bef97bd6d4442324 (diff)
Merge pull request #716 from Bond-009/warnings
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 a8e8f815a..efe8f98ec 100644
--- a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
+++ b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
@@ -501,7 +501,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;