Remove unexpected addition
This commit is contained in:
parent
5256267ea3
commit
78e3a171df
1 changed files with 1 additions and 8 deletions
|
|
@ -939,6 +939,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
#endregion
|
||||
|
||||
private static HashSet<string> knownSettings;
|
||||
|
||||
[JsonIgnore]
|
||||
public static HashSet<string> KnownSettings
|
||||
{
|
||||
|
|
@ -1122,13 +1123,5 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
public override bool CanWrite => false;
|
||||
}
|
||||
|
||||
public class OrderedContractResolver : DefaultContractResolver
|
||||
{
|
||||
protected override System.Collections.Generic.IList<JsonProperty> CreateProperties(System.Type type, MemberSerialization memberSerialization)
|
||||
{
|
||||
return base.CreateProperties(type, memberSerialization).OrderBy(p => p.PropertyName).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue