diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-09 13:47:19 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-09 13:47:19 -0400 |
| commit | 2aece7376e289020099f7c8342c2fb15f4e7ee5a (patch) | |
| tree | ea433b08132d4a7bcfabdf89c94831cc114833f2 /MediaBrowser.Model | |
| parent | fad1ac8e9fc0feff1936fce52ff46e91554ef2d7 (diff) | |
moved IByReferenceItem to the controller project
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" /> |
