Remove unused variables

Fixes some warnings when compiling
This commit is contained in:
SilasLaspada
2019-11-14 20:24:19 -07:00
parent 6a78eef442
commit e64736ec89
4 changed files with 1 additions and 6 deletions

View File

@@ -1077,8 +1077,6 @@ namespace DiscImageChef.Core.Devices.Dumping
bool runningPersistent = false;
Modes.ModePage? currentModePage = null;
//byte[] md6;
//byte[] md10;
if(persistent)
{

View File

@@ -112,7 +112,6 @@ namespace DiscImageChef.Filesystems.CPM
/// If <see cref="Identify" /> thinks this is a CP/M filesystem, this is the definition for it
/// </summary>
CpmDefinition workingDefinition;
//IReadOnlyFilesystem readOnlyFilesystemImplementation;
public FileSystemType XmlFsType { get; private set; }
public Encoding Encoding { get; private set; }

View File

@@ -61,7 +61,6 @@ namespace DiscImageChef.Gui.Forms
public frmMediaScan(string devicePath, DeviceInfo deviceInfo, ScsiInfo scsiInfo = null)
{
//MediaType mediaType;
XamlReader.Load(this);
this.devicePath = devicePath;

View File

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