aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IFileSystem.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-09-22 09:06:34 -0600
committerGitHub <noreply@github.com>2023-09-22 09:06:34 -0600
commit7958a2fd15c756f77c5f8629f2c193f10fd29881 (patch)
treeb77bc5c72bdcbccb94e39546473af74d893eee62 /MediaBrowser.Model/IO/IFileSystem.cs
parent3a2799e61b3aa1fcda0d06531d455944e78c581c (diff)
parentb8f42573c42b63937433ef12e5948275192acde4 (diff)
Merge pull request #10218 from Bond-009/librarymonitor
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
-rw-r--r--MediaBrowser.Model/IO/IFileSystem.cs7
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>