mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote Feature
This commit is contained in:
@@ -182,12 +182,6 @@ namespace SabreTools.Library.DatItems
|
||||
[JsonProperty("drivers", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<Driver> Drivers { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// List of associated features
|
||||
/// </summary>
|
||||
[JsonProperty("features", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<Feature> Features { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// List of associated devices
|
||||
/// </summary>
|
||||
@@ -551,7 +545,6 @@ namespace SabreTools.Library.DatItems
|
||||
Inputs = this.Inputs,
|
||||
Ports = this.Ports,
|
||||
Drivers = this.Drivers,
|
||||
Features = this.Features,
|
||||
Devices = this.Devices,
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user