Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Nov 22, 2023
1 parent 85c9391 commit 5b1bb50
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public static class MaxPointDistanceFilter
{
private PointPairDistance maxPtDist = new PointPairDistance();
private PointPairDistance minPtDist = new PointPairDistance();
private DistanceToPoint euclideanDist = new DistanceToPoint();
private Geometry geom;

public MaxPointDistanceFilter(Geometry geom)
Expand Down

0 comments on commit 5b1bb50

Please sign in to comment.