Remove unused IInteractionVolumeCreator interface

This commit is contained in:
John Lewin 2017-07-12 21:40:11 -07:00
parent fce4d5a78b
commit 30a8168adb

View file

@ -175,12 +175,7 @@ namespace MatterHackers.MeshVisualizer
List<InteractionVolume> InteractionVolumes { get; }
}
public interface IInteractionVolumeCreator
{
InteractionVolume CreateInteractionVolume(IInteractionVolumeContext context);
}
public class InteractionVolumePlugin : IInteractionVolumeCreator
public class InteractionVolumePlugin
{
public virtual InteractionVolume CreateInteractionVolume(IInteractionVolumeContext context)
{