Remove unnecessary IsPathLocked function

This commit is contained in:
jgriff6
2022-10-25 01:47:53 +01:00
parent 08e71010ae
commit c2c286be6e
2 changed files with 0 additions and 13 deletions

View File

@@ -34,12 +34,5 @@ namespace MediaBrowser.Controller.Library
/// </summary>
/// <param name="path">The path.</param>
void ReportFileSystemChanged(string path);
/// <summary>
/// Determines whether [is path locked] [the specified path].
/// </summary>
/// <param name="path">The path.</param>
/// <returns><c>true</c> if [is path locked] [the specified path]; otherwise, <c>false</c>.</returns>
bool IsPathLocked(string path);
}
}