FEATURE FREEZE: Removed TODO lines already implemented.

This commit is contained in:
2017-12-19 01:13:31 +00:00
parent 5ab5052775
commit 8c6d05eed3
8 changed files with 1 additions and 12 deletions

View File

@@ -56,7 +56,6 @@ namespace DiscImageChef.Core.Devices.Dumping
internal class CompactDisc
{
// TODO: Add support for resume file
internal static void Dump(Device dev, string devicePath, string outputPrefix, ushort retryPasses, bool force, bool dumpRaw, bool persistent, bool stopOnError, ref CICMMetadataType sidecar, ref MediaType dskType, bool separateSubchannel, ref Resume resume, ref DumpLog dumpLog, Alcohol120 alcohol, bool dumpLeadIn)
{
MHDDLog mhddLog;