Delete dead code

This commit is contained in:
John Lewin 2018-04-05 15:44:49 -07:00
parent 170fee4672
commit f546c729ed
2 changed files with 0 additions and 11 deletions

View file

@ -1738,11 +1738,6 @@ namespace MatterHackers.MatterControl
};
}
private void RendererOptions_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)
{
throw new NotImplementedException();
}
public class CloudSyncEventArgs : EventArgs
{
public bool IsAuthenticated { get; set; }