aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-06-16 09:24:57 -0400
committerGitHub <noreply@github.com>2016-06-16 09:24:57 -0400
commit6a47d51fad4aedd0758ce0b0a4981d0edc7b0f56 (patch)
tree368400daf5255aff82cd09f321aae94565b2a561 /MediaBrowser.Controller/Library
parent74b57185f698b8330c820f3d01d7554417a391bb (diff)
parent626a2ed2a90d6be52d4e8ee636bcbb5337443aef (diff)
Merge pull request #1852 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Library')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 936b97c6e..1d0e06482 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -151,13 +151,6 @@ namespace MediaBrowser.Controller.Library
BaseItem GetItemById(Guid id);
/// <summary>
- /// Gets the memory item by identifier.
- /// </summary>
- /// <param name="id">The identifier.</param>
- /// <returns>BaseItem.</returns>
- BaseItem GetMemoryItemById(Guid id);
-
- /// <summary>
/// Gets the intros.
/// </summary>
/// <param name="item">The item.</param>