Skip to content

Commit

Permalink
Remove unused buffer function
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Jul 3, 2020
1 parent f0487a8 commit 0172b81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bg_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ multi_polygon_type_fp buffer(multi_linestring_type_fp const & geometry_in, Coord

template multi_polygon_type_fp buffer(const multi_linestring_type_fp&, double expand_by);

template<typename CoordinateType>
multi_polygon_type_fp buffer(ring_type_fp const & geometry_in, CoordinateType expand_by) {
return buffer(polygon_type_fp{geometry_in}, expand_by);
}

template multi_polygon_type_fp buffer(ring_type_fp const&, double);

template<typename CoordinateType>
multi_polygon_type_fp buffer_miter(ring_type_fp const & geometry_in, CoordinateType expand_by) {
return buffer_miter(polygon_type_fp{geometry_in}, expand_by);
Expand Down

0 comments on commit 0172b81

Please sign in to comment.