Remove unused IInteractionVolumeCreator interface
This commit is contained in:
parent
fce4d5a78b
commit
30a8168adb
1 changed files with 1 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue