Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiedentop committed Feb 27, 2024
1 parent 3936c8e commit ca33edb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/turf_equality_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class Equality {

/// If true, consider two [Polygon]s with shifted [Position]s as the same.
final bool shiftedPolygons;
// final EqualityObjectComparator objectComparator;

final int Function(GeoJSONObject obj1, GeoJSONObject obj2)? objectComparator;

Expand All @@ -25,8 +24,6 @@ class Equality {
this.precision = 17,
this.reversedGeometries = false,
this.shiftedPolygons = false,

// this.objectComparator = _deepEqual,
});

bool _compareTypes<T extends GeoJSONObject>(
Expand Down

0 comments on commit ca33edb

Please sign in to comment.