Comment out unused variables

Fixes a few warnings when compiling.
This commit is contained in:
SilasLaspada
2019-11-14 11:45:33 -07:00
parent ef7572c594
commit 6a78eef442
4 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ namespace DiscImageChef.Commands
private bool persistent;
// TODO: Disabled temporarily
private bool raw = false;
//private bool raw = false;
private ushort retryPasses = 5;
private bool showHelp;
private int skip = 512;