From c9bc36785c49c334e3826772c203bc1f60e076bd Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 19 Jul 2016 22:30:59 +0100 Subject: [PATCH] Remove unused variables. --- DiscImageChef/Commands/DumpMedia.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DiscImageChef/Commands/DumpMedia.cs b/DiscImageChef/Commands/DumpMedia.cs index 6a1d9533..9e5b400e 100644 --- a/DiscImageChef/Commands/DumpMedia.cs +++ b/DiscImageChef/Commands/DumpMedia.cs @@ -1871,9 +1871,9 @@ namespace DiscImageChef.Commands }; // TODO: Raw reading - bool read6 = false, read10 = false, read12 = false, read16 = false, readcd; - bool readLong10 = false, readLong16 = false, hldtstReadRaw = false, necReadCDDA = false; - bool pioneerReadCDDA = false, plextorReadCDDA = false, plextorReadRaw = false, syqReadLong6 = false, syqReadLong10 = false; + bool read6 = false, read10 = false, read12 = false, read16 = false, readcd = false; + bool readLong10 = false, readLong16 = false, hldtstReadRaw = false; + bool plextorReadRaw = false, syqReadLong6 = false, syqReadLong10 = false; #region CompactDisc dump if(compactDisc)