[SabreTools, DatFile, DatHeader] StripHash no longer needed

This commit is contained in:
Matt Nadareski
2018-03-22 17:00:45 -07:00
parent 5449ae6015
commit fe37c4f27e
4 changed files with 5 additions and 111 deletions

View File

@@ -169,11 +169,6 @@ namespace SabreTools.Library.DatFiles
get { return _dedupeRoms; }
set { _dedupeRoms = value; }
}
public Hash StripHash
{
get { return _stripHash; }
set { _stripHash = value; }
}
// Data specific to the Miss DAT type
public bool UseRomName