cleanup
This commit is contained in:
parent
e57f66b97d
commit
7f81fc9146
1 changed files with 1 additions and 5 deletions
|
@ -211,7 +211,6 @@ struct converter_traits<T,mapnik::clip_poly_tag>
|
|||
{
|
||||
auto const& box = args.bbox;
|
||||
geom.clip_box(box.minx(),box.miny(),box.maxx(),box.maxy());
|
||||
//geom.set_clip_box(box);
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -221,10 +220,7 @@ struct converter_traits<T,mapnik::close_poly_tag>
|
|||
using geometry_type = T;
|
||||
using conv_type = typename agg::conv_close_polygon<geometry_type>;
|
||||
template <typename Args>
|
||||
static void setup(geometry_type & , Args const&)
|
||||
{
|
||||
// no-op
|
||||
}
|
||||
static void setup(geometry_type & , Args const&) {}
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in a new issue