diff --git a/ExportDXF/ViewHelper.cs b/ExportDXF/ViewHelper.cs index 9e43f5c..4096e8a 100644 --- a/ExportDXF/ViewHelper.cs +++ b/ExportDXF/ViewHelper.cs @@ -92,7 +92,6 @@ namespace ExportDXF public static Bend SmallestXCoordinate(IList bends) { - return bends.Min(b => b.X); double dist = double.MaxValue; int index = -1;