[doc][examples][strategies] remove unused local types in examples of

buffer strategy join_round and buffer strategy join_miter
This commit is contained in:
Menelaos Karavelas 2014-07-27 15:40:35 +03:00
parent 54c824a7dd
commit 13fc1b22a8
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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