mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove unused variables.
This commit is contained in:
@@ -1871,9 +1871,9 @@ namespace DiscImageChef.Commands
|
|||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Raw reading
|
// TODO: Raw reading
|
||||||
bool read6 = false, read10 = false, read12 = false, read16 = false, readcd;
|
bool read6 = false, read10 = false, read12 = false, read16 = false, readcd = false;
|
||||||
bool readLong10 = false, readLong16 = false, hldtstReadRaw = false, necReadCDDA = false;
|
bool readLong10 = false, readLong16 = false, hldtstReadRaw = false;
|
||||||
bool pioneerReadCDDA = false, plextorReadCDDA = false, plextorReadRaw = false, syqReadLong6 = false, syqReadLong10 = false;
|
bool plextorReadRaw = false, syqReadLong6 = false, syqReadLong10 = false;
|
||||||
|
|
||||||
#region CompactDisc dump
|
#region CompactDisc dump
|
||||||
if(compactDisc)
|
if(compactDisc)
|
||||||
|
|||||||
Reference in New Issue
Block a user