diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-01-29 19:32:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-29 19:32:08 +0300 |
| commit | c8cb9080043e035834bb9a01d78c21d0f770e35f (patch) | |
| tree | 04ac2b3c61fac282d260b239cae6368676782ecb /MediaBrowser.Controller | |
| parent | 8ab08dd041a44200786606ce737e49523e0169fd (diff) | |
| parent | ded9dee22c38e443a237d738bef97bd6d4442324 (diff) | |
Merge pull request #716 from Bond-009/warnings
Remove more compile time warnings
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Subtitles/ISubtitleManager.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs b/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs index 2ee58bbe6a..0872335c55 100644 --- a/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs +++ b/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs @@ -16,11 +16,6 @@ namespace MediaBrowser.Controller.Subtitles event EventHandler<SubtitleDownloadFailureEventArgs> SubtitleDownloadFailure; /// <summary> - /// Occurs when [subtitles downloaded]. - /// </summary> - event EventHandler<SubtitleDownloadEventArgs> SubtitlesDownloaded; - - /// <summary> /// Adds the parts. /// </summary> /// <param name="subtitleProviders">The subtitle providers.</param> |
