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
|
||||
/// </summary>
|
||||
[JsonIgnore, XmlIgnore]
|
||||
protected Models.Metadata.DatItem _internal;
|
||||
protected Models.Metadata.DatItem _internal = [];
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -159,15 +159,6 @@ namespace SabreTools.DatItems
|
||||
|
||||
#region Constructors
|
||||
|
||||
/// <summary>
|
||||
/// Constructor
|
||||
/// </summary>
|
||||
public DatItem()
|
||||
{
|
||||
_internal = new Models.Metadata.Blank();
|
||||
SetFieldValue<Machine>(DatItem.MachineKey, new Machine());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Create a specific type of DatItem to be used based on a BaseFile
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user