DirectoryResource: Remove old method text GetCombinedPath()

master
Harald Wolff 2019-09-02 10:15:15 +02:00
parent cef4e263b5
commit 43321555e3
1 changed files with 0 additions and 5 deletions

View File

@ -53,11 +53,6 @@ namespace ln.http.resources
}
}
//protected String GetCombinedPath(string rel)
//{
// return System.IO.Path.Combine(DirectoryInfo.FullName, rel);
//}
public override bool Contains(string name)
{
if (injectedResources.ContainsKey(name))