From caadb4f374d490bc012218c8bbad94e9aff6d53b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 13 Mar 2015 15:37:19 -0400 Subject: update default image providers --- MediaBrowser.Controller/Providers/DirectoryService.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs') diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs index 06ea7be02..9e549dcf3 100644 --- a/MediaBrowser.Controller/Providers/DirectoryService.cs +++ b/MediaBrowser.Controller/Providers/DirectoryService.cs @@ -7,16 +7,6 @@ using System.Linq; namespace MediaBrowser.Controller.Providers { - public interface IDirectoryService - { - IEnumerable GetFileSystemEntries(string path); - IEnumerable GetFiles(string path); - IEnumerable GetDirectories(string path); - IEnumerable GetFiles(string path, bool clearCache); - FileSystemInfo GetFile(string path); - Dictionary GetFileSystemDictionary(string path); - } - public class DirectoryService : IDirectoryService { private readonly ILogger _logger; -- cgit v1.2.3