aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IIntroProvider.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-02-17 08:15:26 +0100
committerBond_009 <bond.009@outlook.com>2022-02-17 08:15:26 +0100
commitadad13b8657fbcbe1c03ea0eca7d48d37792ca64 (patch)
tree00e2c80439bc854b56fd0b0a3a57550c5531a33d /MediaBrowser.Controller/Library/IIntroProvider.cs
parent7ccf7e6157d2e15df6ca11711d7906b8f777151e (diff)
Remove some dead code
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();
}
}