Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed Jul 19, 2016
1 parent 84b361f commit c9bc367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DiscImageChef/Commands/DumpMedia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1871,9 +1871,9 @@ static void doSCSIMediaScan(DumpMediaOptions options, Device dev)
};

// 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)
Expand Down

0 comments on commit c9bc367

Please sign in to comment.