Consolidate member names

This commit is contained in:
John Lewin 2016-07-18 15:21:15 -07:00
parent 42f133aa70
commit 54d165d15f
10 changed files with 21 additions and 38 deletions

View file

@ -113,14 +113,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
return foundValue ?? defaultValue;
}
public string ValueOrNull(string key)
{
string foundValue;
this.TryGetValue(key, out foundValue);
return foundValue;
}
public static PrinterSettingsLayer LoadFromIni(TextReader reader)
{
var layer = new PrinterSettingsLayer();