diff options
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Entities/IByReferenceItem.cs | 12 | ||||
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/MediaBrowser.Model/Entities/IByReferenceItem.cs b/MediaBrowser.Model/Entities/IByReferenceItem.cs deleted file mode 100644 index 70f743d90..000000000 --- a/MediaBrowser.Model/Entities/IByReferenceItem.cs +++ /dev/null @@ -1,12 +0,0 @@ - -namespace MediaBrowser.Model.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 - { - } -} diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index a2c5a594a..6d78b6221 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -51,7 +51,6 @@ <Compile Include="Dto\ItemByNameCounts.cs" /> <Compile Include="Dto\ItemCounts.cs" /> <Compile Include="Dto\StudioDto.cs" /> - <Compile Include="Entities\IByReferenceItem.cs" /> <Compile Include="Entities\ItemReview.cs" /> <Compile Include="Entities\MetadataFields.cs" /> <Compile Include="Net\WebSocketMessage.cs" /> |
