diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-11-24 05:06:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 06:06:36 +0100 |
| commit | 6676ca4d1b6f8ba2c3582ab916ea9e2f88afae65 (patch) | |
| tree | 8969ad86df7c9e80e7af0842f6d9a422420f5e47 /MediaBrowser.Controller/IResourceFileManager.cs | |
| parent | 41b3a7869e7f5f6491b7938a499f1e2ccb00b076 (diff) | |
Remove ResourceFileManager (#4567)
Diffstat (limited to 'MediaBrowser.Controller/IResourceFileManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/IResourceFileManager.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Controller/IResourceFileManager.cs b/MediaBrowser.Controller/IResourceFileManager.cs deleted file mode 100644 index 26f0424b7..000000000 --- a/MediaBrowser.Controller/IResourceFileManager.cs +++ /dev/null @@ -1,9 +0,0 @@ -#pragma warning disable CS1591 - -namespace MediaBrowser.Controller -{ - public interface IResourceFileManager - { - string GetResourcePath(string basePath, string virtualPath); - } -} |
