Fix dumpers passing class fields amongst them.

This commit is contained in:
2019-04-20 14:18:12 +01:00
parent 552bb57514
commit 4af686c068
4 changed files with 6 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ namespace DiscImageChef.Core.Devices.Dumping
/// Dumps a compact disc
/// </summary>
/// <param name="dskType">Disc type as detected in MMC layer</param>
internal void CompactDisc(ref MediaType dskType, bool dumpFirstTrackPregap)
internal void CompactDisc(ref MediaType dskType)
{
uint subSize;
DateTime start;