[doc][examples][strategies] remove unused local types in examples of
buffer strategy join_round and buffer strategy join_miter
This commit is contained in:
parent
54c824a7dd
commit
13fc1b22a8
@ -18,7 +18,6 @@
|
||||
int main()
|
||||
{
|
||||
typedef boost::geometry::model::d2::point_xy<double> point;
|
||||
typedef boost::geometry::model::linestring<point> linestring;
|
||||
typedef boost::geometry::model::polygon<point> polygon;
|
||||
|
||||
// Declare the join_miter strategy
|
||||
|
@ -18,7 +18,6 @@
|
||||
int main()
|
||||
{
|
||||
typedef boost::geometry::model::d2::point_xy<double> point;
|
||||
typedef boost::geometry::model::linestring<point> linestring;
|
||||
typedef boost::geometry::model::polygon<point> polygon;
|
||||
|
||||
// Declare the join_round strategy with 72 points for a full circle
|
||||
|
Loading…
Reference in New Issue
Block a user