Skip to content

Commit

Permalink
Unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 14, 2017
1 parent e52a646 commit 8a81310
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ModuleManager/MMPatchLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2074,11 +2074,6 @@ public static string RemoveWS(string withWhite)
return new string(withWhite.ToCharArray().Where(c => !Char.IsWhiteSpace(c)).ToArray());
}

public bool IsPathInList(string modPath, List<string> pathList)
{
return pathList.Any(modPath.StartsWith);
}

#endregion Sanity checking & Utility functions

#region Condition checking
Expand Down

0 comments on commit 8a81310

Please sign in to comment.