diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-09-22 09:06:34 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 09:06:34 -0600 |
| commit | 7958a2fd15c756f77c5f8629f2c193f10fd29881 (patch) | |
| tree | b77bc5c72bdcbccb94e39546473af74d893eee62 /MediaBrowser.Model/IO/IFileSystem.cs | |
| parent | 3a2799e61b3aa1fcda0d06531d455944e78c581c (diff) | |
| parent | b8f42573c42b63937433ef12e5948275192acde4 (diff) | |
Merge pull request #10218 from Bond-009/librarymonitor
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/IFileSystem.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs index 786b20e9e..5bdda2b24 100644 --- a/MediaBrowser.Model/IO/IFileSystem.cs +++ b/MediaBrowser.Model/IO/IFileSystem.cs @@ -117,13 +117,6 @@ namespace MediaBrowser.Model.IO bool ContainsSubPath(string parentPath, string path); /// <summary> - /// Normalizes the path. - /// </summary> - /// <param name="path">The path.</param> - /// <returns>System.String.</returns> - string NormalizePath(string path); - - /// <summary> /// Gets the file name without extension. /// </summary> /// <param name="info">The information.</param> |
