Remove spurious XML code in JSON device report.

This commit is contained in:
2018-11-25 17:52:52 +00:00
parent 3a8d016a72
commit fda70e52ee

View File

@@ -37,7 +37,6 @@
// ****************************************************************************/ // ****************************************************************************/
using System; using System;
using System.Xml.Serialization;
using DiscImageChef.Decoders.ATA; using DiscImageChef.Decoders.ATA;
using DiscImageChef.Decoders.SCSI; using DiscImageChef.Decoders.SCSI;
using DiscImageChef.Decoders.SCSI.MMC; using DiscImageChef.Decoders.SCSI.MMC;
@@ -130,11 +129,6 @@ namespace DiscImageChef.CommonTypes.Metadata
public byte Density { get; set; } public byte Density { get; set; }
public ulong? Blocks { get; set; } public ulong? Blocks { get; set; }
public uint? BlockLength { get; set; } public uint? BlockLength { get; set; }
[XmlIgnore]
public bool BlocksSpecified { get; set; }
[XmlIgnore]
public bool BlockLengthSpecified { get; set; }
} }
public class ScsiPage public class ScsiPage