Skip to content

Commit

Permalink
Whittle down bad Polygon APIs a bit more. #951
Browse files Browse the repository at this point in the history
Temporarily breaks the build...
  • Loading branch information
dabreegster committed Sep 3, 2022
1 parent 67f0d15 commit 01be175
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geom/src/polygon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ impl Polygon {
&self.points
}
}
// TODO Switch to get_outer_ring. osm2streets depends on this one, have to juggle git repos
pub fn into_ring(self) -> Ring {
self.get_outer_ring()
}

// TODO Should be &Ring
pub fn get_outer_ring(&self) -> Ring {
Expand Down

0 comments on commit 01be175

Please sign in to comment.