aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/ISupportsPlaceHolders.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Entities/ISupportsPlaceHolders.cs')
-rw-r--r--MediaBrowser.Controller/Entities/ISupportsPlaceHolders.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Controller/Entities/ISupportsPlaceHolders.cs b/MediaBrowser.Controller/Entities/ISupportsPlaceHolders.cs
deleted file mode 100644
index 2507c8ee65..0000000000
--- a/MediaBrowser.Controller/Entities/ISupportsPlaceHolders.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-
-namespace MediaBrowser.Controller.Entities
-{
- public interface ISupportsPlaceHolders
- {
- /// <summary>
- /// Gets a value indicating whether this instance is place holder.
- /// </summary>
- /// <value><c>true</c> if this instance is place holder; otherwise, <c>false</c>.</value>
- bool IsPlaceHolder { get; }
- }
-}