mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unused constructor from DatItem
This commit is contained in:
@@ -91,7 +91,7 @@ namespace SabreTools.DatItems
|
|||||||
/// Internal model wrapped by this DatItem
|
/// Internal model wrapped by this DatItem
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore, XmlIgnore]
|
[JsonIgnore, XmlIgnore]
|
||||||
protected Models.Metadata.DatItem _internal;
|
protected Models.Metadata.DatItem _internal = [];
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
@@ -159,15 +159,6 @@ namespace SabreTools.DatItems
|
|||||||
|
|
||||||
#region Constructors
|
#region Constructors
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Constructor
|
|
||||||
/// </summary>
|
|
||||||
public DatItem()
|
|
||||||
{
|
|
||||||
_internal = new Models.Metadata.Blank();
|
|
||||||
SetFieldValue<Machine>(DatItem.MachineKey, new Machine());
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a specific type of DatItem to be used based on a BaseFile
|
/// Create a specific type of DatItem to be used based on a BaseFile
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user