Remove unutilized INativePlatformFeatures.ReportException

This commit is contained in:
John Lewin 2018-01-31 18:24:06 -08:00
parent 9750ae18b5
commit e5708ad3a4
2 changed files with 0 additions and 5 deletions

View file

@ -138,10 +138,6 @@ namespace MatterHackers.MatterControl
}
}
public void ReportException(Exception e, string key = "", string value = "", ReportSeverity2 warningLevel = ReportSeverity2.Warning)
{
}
public void PlatformInit(Action<string> reporter)
{
if (AggContext.OperatingSystem == OSType.Mac && AggContext.StaticData == null)