Remove unused ILibraryContentItem.SetContent() definition

This commit is contained in:
John Lewin 2018-02-12 06:24:00 -08:00
parent e2b9513fa3
commit 39af20993d
4 changed files with 0 additions and 19 deletions

View file

@ -114,9 +114,5 @@ namespace MatterHackers.MatterControl.Library
return Task.FromResult(result);
}
public void SetContent(IObject3D item)
{
}
}
}