aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/IByReferenceItem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Entities/IByReferenceItem.cs')
-rw-r--r--MediaBrowser.Controller/Entities/IByReferenceItem.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Controller/Entities/IByReferenceItem.cs b/MediaBrowser.Controller/Entities/IByReferenceItem.cs
deleted file mode 100644
index b071473e1..000000000
--- a/MediaBrowser.Controller/Entities/IByReferenceItem.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-
-namespace MediaBrowser.Controller.Entities
-{
- /// <summary>
- /// This is a marker class that tells us that a particular item type may be physically resolved
- /// more than once within the library and we need to be sure to resolve them all to the same
- /// instance of that item.
- /// </summary>
- public interface IByReferenceItem
- {
- }
-}