mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Comment out unused variables
Fixes a few warnings when compiling.
This commit is contained in:
@@ -1077,8 +1077,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
|||||||
bool runningPersistent = false;
|
bool runningPersistent = false;
|
||||||
|
|
||||||
Modes.ModePage? currentModePage = null;
|
Modes.ModePage? currentModePage = null;
|
||||||
byte[] md6;
|
//byte[] md6;
|
||||||
byte[] md10;
|
//byte[] md10;
|
||||||
|
|
||||||
if(persistent)
|
if(persistent)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ namespace DiscImageChef.Filesystems.CPM
|
|||||||
/// If <see cref="Identify" /> thinks this is a CP/M filesystem, this is the definition for it
|
/// If <see cref="Identify" /> thinks this is a CP/M filesystem, this is the definition for it
|
||||||
/// </summary>
|
/// </summary>
|
||||||
CpmDefinition workingDefinition;
|
CpmDefinition workingDefinition;
|
||||||
IReadOnlyFilesystem readOnlyFilesystemImplementation;
|
//IReadOnlyFilesystem readOnlyFilesystemImplementation;
|
||||||
|
|
||||||
public FileSystemType XmlFsType { get; private set; }
|
public FileSystemType XmlFsType { get; private set; }
|
||||||
public Encoding Encoding { get; private set; }
|
public Encoding Encoding { get; private set; }
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ namespace DiscImageChef.Gui.Forms
|
|||||||
|
|
||||||
public frmMediaScan(string devicePath, DeviceInfo deviceInfo, ScsiInfo scsiInfo = null)
|
public frmMediaScan(string devicePath, DeviceInfo deviceInfo, ScsiInfo scsiInfo = null)
|
||||||
{
|
{
|
||||||
MediaType mediaType;
|
//MediaType mediaType;
|
||||||
XamlReader.Load(this);
|
XamlReader.Load(this);
|
||||||
|
|
||||||
this.devicePath = devicePath;
|
this.devicePath = devicePath;
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ namespace DiscImageChef.Commands
|
|||||||
private bool persistent;
|
private bool persistent;
|
||||||
|
|
||||||
// TODO: Disabled temporarily
|
// TODO: Disabled temporarily
|
||||||
private bool raw = false;
|
//private bool raw = false;
|
||||||
private ushort retryPasses = 5;
|
private ushort retryPasses = 5;
|
||||||
private bool showHelp;
|
private bool showHelp;
|
||||||
private int skip = 512;
|
private int skip = 512;
|
||||||
|
|||||||
Reference in New Issue
Block a user