[DatFile, Style] Remove rom renaming

This commit is contained in:
Matt Nadareski
2016-10-03 10:28:54 -07:00
parent 6d5bbfedd9
commit 299915d2cb
2 changed files with 0 additions and 13 deletions

View File

@@ -303,16 +303,6 @@ namespace SabreTools.Helper
return outfile;
}
/// <summary>
/// Clean a rom name from invalid characters
/// </summary>
/// <param name="name">Name of the item to be cleaned</param>
/// <returns>The cleaned name</returns>
public static string CleanRomName(string name)
{
return new string(name.Where(c => !char.IsControl(c)).ToArray());
}
/// <summary>
/// Clean a game (or rom) name to the WoD standard
/// </summary>