Promote Feature

This commit is contained in:
Matt Nadareski
2020-09-02 13:31:50 -07:00
parent 07cf2135ff
commit 3d55e1462b
11 changed files with 317 additions and 107 deletions

View File

@@ -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