aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IIntroProvider.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-02-17 18:07:49 -0700
committerGitHub <noreply@github.com>2022-02-17 18:07:49 -0700
commitb92e1baa3c28870f49f82bfef9e48cd79b9b24c6 (patch)
tree00e2c80439bc854b56fd0b0a3a57550c5531a33d /MediaBrowser.Controller/Library/IIntroProvider.cs
parent7ccf7e6157d2e15df6ca11711d7906b8f777151e (diff)
parentadad13b8657fbcbe1c03ea0eca7d48d37792ca64 (diff)
Merge pull request #7326 from Bond-009/deadcode2
Diffstat (limited to 'MediaBrowser.Controller/Library/IIntroProvider.cs')
-rw-r--r--MediaBrowser.Controller/Library/IIntroProvider.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Library/IIntroProvider.cs b/MediaBrowser.Controller/Library/IIntroProvider.cs
index a74d1b9f0..4a9721acb 100644
--- a/MediaBrowser.Controller/Library/IIntroProvider.cs
+++ b/MediaBrowser.Controller/Library/IIntroProvider.cs
@@ -24,11 +24,5 @@ namespace MediaBrowser.Controller.Library
/// <param name="user">The user.</param>
/// <returns>IEnumerable{System.String}.</returns>
Task<IEnumerable<IntroInfo>> GetIntros(BaseItem item, Jellyfin.Data.Entities.User user);
-
- /// <summary>
- /// Gets all intro files.
- /// </summary>
- /// <returns>IEnumerable{System.String}.</returns>
- IEnumerable<string> GetAllIntroFiles();
}
}