diff --git a/MediaBrowser.Controller/Entities/ISupportsSpecialFeatures.cs b/MediaBrowser.Controller/Entities/ISupportsSpecialFeatures.cs deleted file mode 100644 index 9b52c2f7fc..0000000000 --- a/MediaBrowser.Controller/Entities/ISupportsSpecialFeatures.cs +++ /dev/null @@ -1,105 +0,0 @@ -using MediaBrowser.Common.IO; -using MediaBrowser.Common.Logging; -using MediaBrowser.Common.Win32; -using MediaBrowser.Controller.Library; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; - -namespace MediaBrowser.Controller.Entities -{ - /// - /// Allows some code sharing between entities that support special features - /// - public interface ISupportsSpecialFeatures - { - /// - /// Gets the path. - /// - /// The path. - string Path { get; } - - /// - /// Gets the name. - /// - /// The name. - string Name { get; } - - /// - /// Gets the resolve args. - /// - /// The resolve args. - ItemResolveArgs ResolveArgs { get; } - - /// - /// Gets the special features. - /// - /// The special features. - List