diff --git a/OpenNest.Engine/Fill/StripeFiller.cs b/OpenNest.Engine/Fill/StripeFiller.cs
index 912e945..6fa3300 100644
--- a/OpenNest.Engine/Fill/StripeFiller.cs
+++ b/OpenNest.Engine/Fill/StripeFiller.cs
@@ -1,4 +1,3 @@
-using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
@@ -27,13 +26,6 @@ public class StripeFiller
///
public bool CompleteStripesOnly { get; set; }
- ///
- /// Factory to create the engine used for filling the remnant strip.
- /// Defaults to NestEngineRegistry.Create (uses the user's selected engine).
- ///
- public Func CreateRemnantEngine { get; set; } =
- NestEngineRegistry.Create;
-
public StripeFiller(FillContext context, NestDirection primaryAxis)
{
_context = context;